mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
added support for conference verb
This commit is contained in:
@@ -36,7 +36,7 @@ class TaskGather extends Task {
|
||||
}
|
||||
|
||||
async exec(cs, ep) {
|
||||
super.exec(cs);
|
||||
await super.exec(cs);
|
||||
this.ep = ep;
|
||||
|
||||
try {
|
||||
@@ -71,8 +71,8 @@ class TaskGather extends Task {
|
||||
ep.removeCustomEventListener(TranscriptionEvents.EndOfUtterance);
|
||||
}
|
||||
|
||||
kill() {
|
||||
super.kill();
|
||||
kill(cs) {
|
||||
super.kill(cs);
|
||||
this._killAudio();
|
||||
this._resolve('killed');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user