mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
Cognigy: settings tweaks
This commit is contained in:
@@ -83,7 +83,12 @@ class Cognigy extends Task {
|
|||||||
this.token,
|
this.token,
|
||||||
{
|
{
|
||||||
sessionId: cs.callSid,
|
sessionId: cs.callSid,
|
||||||
channel: 'jambonz'
|
channel: 'jambonz',
|
||||||
|
forceWebsockets: true,
|
||||||
|
reconnection: true,
|
||||||
|
settings: {
|
||||||
|
enableTypingIndicator: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
this.client.on('output', this._onBotUtterance.bind(this, cs, ep));
|
this.client.on('output', this._onBotUtterance.bind(this, cs, ep));
|
||||||
|
|||||||
Reference in New Issue
Block a user