This commit is contained in:
Dave Horton
2020-07-13 09:58:42 -04:00
parent 490472ca68
commit 15517828d2

View File

@@ -73,7 +73,7 @@ class Conference extends Task {
const dlg = cs.dlg;
// reset answer time if we were transferred from another feature server
if (this.this.connectTime) dlg.connectTime = this.connectTime;
if (this.connectTime) dlg.connectTime = this.connectTime;
this.ep.on('destroy', this._kicked.bind(this, cs, dlg));