@webex/calling 3.12.0-next.95 → 3.12.0-next.97

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.
@@ -3424,7 +3424,7 @@ var Call = exports.Call = /*#__PURE__*/function (_Eventing) {
3424
3424
  deviceId: this.deviceId,
3425
3425
  correlationId: this.correlationId
3426
3426
  },
3427
- callId: this.callId,
3427
+ callId: this.callId.includes(_constants.DEFAULT_LOCAL_CALL_ID) ? this.callId.replace("".concat(_constants.DEFAULT_LOCAL_CALL_ID, "_"), '') : this.callId,
3428
3428
  metrics: disconnectMetrics,
3429
3429
  causecode: this.disconnectReason.code,
3430
3430
  cause: this.disconnectReason.cause