@webex/calling 3.10.0-next.3 → 3.10.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.
@@ -2191,7 +2191,7 @@ var Call = exports.Call = /*#__PURE__*/function (_Eventing) {
2191
2191
  /* if we receive ROAP_ERROR from internal-media-core , we post it to Mobius */
2192
2192
  message = event.data;
2193
2193
  /* istanbul ignore else */
2194
- if (!message) {
2194
+ if (!(message && message.messageType === 'ERROR')) {
2195
2195
  _context13.next = 17;
2196
2196
  break;
2197
2197
  }