@webex/calling 3.11.0-next.3 → 3.11.0-next.4
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/dist/CallingClient/calling/call.js +2 -1
- package/dist/CallingClient/calling/call.js.map +1 -1
- package/dist/CallingClient/calling/call.test.js +418 -379
- package/dist/CallingClient/calling/call.test.js.map +1 -1
- package/dist/module/CallingClient/calling/call.js +2 -1
- package/dist/types/CallingClient/calling/call.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -180,6 +180,7 @@ var Call = exports.Call = /*#__PURE__*/function (_Eventing) {
|
|
|
180
180
|
file: _constants.CALL_FILE,
|
|
181
181
|
method: 'scheduleCallKeepaliveInterval'
|
|
182
182
|
};
|
|
183
|
+
clearInterval(_this.sessionTimer);
|
|
183
184
|
_this.sessionTimer = setInterval(/*#__PURE__*/(0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee3() {
|
|
184
185
|
var res, _t2;
|
|
185
186
|
return _regenerator.default.wrap(function (_context3) {
|
|
@@ -1822,7 +1823,7 @@ var Call = exports.Call = /*#__PURE__*/function (_Eventing) {
|
|
|
1822
1823
|
this.mediaConnection.close();
|
|
1823
1824
|
_Logger.default.info('Closing media channel', {
|
|
1824
1825
|
file: _constants.CALL_FILE,
|
|
1825
|
-
method: _constants.METHODS.
|
|
1826
|
+
method: _constants.METHODS.HANDLE_INCOMING_CALL_DISCONNECT
|
|
1826
1827
|
});
|
|
1827
1828
|
}
|
|
1828
1829
|
this.sendMediaStateMachineEvt({
|