@babblevoice/babble-drachtio-callmanager 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/call.js +2 -0
- package/package.json +1 -1
package/lib/call.js
CHANGED
|
@@ -1465,6 +1465,8 @@ class call {
|
|
|
1465
1465
|
|
|
1466
1466
|
this._timers.anyevent = setTimeout( () => {
|
|
1467
1467
|
let r = this._promises.resolve.channelevent
|
|
1468
|
+
this._promises.promise.channelevent = false
|
|
1469
|
+
this._promises.resolve.channelevent = false
|
|
1468
1470
|
if( r ) r( "timeout" )
|
|
1469
1471
|
}, timeout * 1000 )
|
|
1470
1472
|
|