@webex/internal-media-core 2.3.0 → 2.3.1
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/cjs/index.js +2 -1
- package/dist/esm/index.js +2 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -6946,7 +6946,8 @@ class MediaConnection extends EventEmitter$5 {
|
|
|
6946
6946
|
this.log('waitForIceCandidates()', "checking SDP...");
|
|
6947
6947
|
var sdpError = runSdpCheckForErrors();
|
|
6948
6948
|
if (sdpError) {
|
|
6949
|
-
|
|
6949
|
+
var _this$pc$localDescrip4;
|
|
6950
|
+
this.error('waitForIceCandidates()', "SDP not valid after waiting: \"".concat(sdpError.message, "\", sdp=").concat((_this$pc$localDescrip4 = this.pc.localDescription) === null || _this$pc$localDescrip4 === void 0 ? void 0 : _this$pc$localDescrip4.sdp));
|
|
6950
6951
|
reject(sdpError);
|
|
6951
6952
|
}
|
|
6952
6953
|
this.log('waitForIceCandidates()', "It took ".concat(milliseconds, " milliseconds to gather ice candidates"));
|
package/dist/esm/index.js
CHANGED
|
@@ -6935,7 +6935,8 @@ class MediaConnection extends EventEmitter$5 {
|
|
|
6935
6935
|
this.log('waitForIceCandidates()', "checking SDP...");
|
|
6936
6936
|
var sdpError = runSdpCheckForErrors();
|
|
6937
6937
|
if (sdpError) {
|
|
6938
|
-
|
|
6938
|
+
var _this$pc$localDescrip4;
|
|
6939
|
+
this.error('waitForIceCandidates()', "SDP not valid after waiting: \"".concat(sdpError.message, "\", sdp=").concat((_this$pc$localDescrip4 = this.pc.localDescription) === null || _this$pc$localDescrip4 === void 0 ? void 0 : _this$pc$localDescrip4.sdp));
|
|
6939
6940
|
reject(sdpError);
|
|
6940
6941
|
}
|
|
6941
6942
|
this.log('waitForIceCandidates()', "It took ".concat(milliseconds, " milliseconds to gather ice candidates"));
|