fix assertion

This commit is contained in:
Dave Horton
2022-03-31 13:07:58 -04:00
parent d135247500
commit 43564502f7
2 changed files with 6 additions and 1 deletions

View File

@@ -236,6 +236,7 @@ class CallSession extends Emitter {
async enableBotMode(gather, autoEnable) {
try {
gather.timeout = 0; // background gathers should not timeout
const t = normalizeJambones(this.logger, [gather]);
this.backgroundGatherTask = makeTask(this.logger, t[0]);
this.backgroundGatherTask