@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.
@@ -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.HANDLE_OUTGOING_CALL_DISCONNECT
1826
+ method: _constants.METHODS.HANDLE_INCOMING_CALL_DISCONNECT
1826
1827
  });
1827
1828
  }
1828
1829
  this.sendMediaStateMachineEvt({