@webex/web-client-media-engine 3.20.2 → 3.20.3
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 +6 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +6 -4
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -7960,10 +7960,12 @@ var rtcStats = function (pc, logger, intervalTime, statsPreProcessor) {
|
|
|
7960
7960
|
}
|
|
7961
7961
|
}
|
|
7962
7962
|
if (!_this.sctpEventsPreviouslyAdded) {
|
|
7963
|
-
_this.sctp
|
|
7964
|
-
|
|
7965
|
-
|
|
7966
|
-
|
|
7963
|
+
if (_this.sctp) {
|
|
7964
|
+
_this.sctp.addEventListener('statechange', function () {
|
|
7965
|
+
trace('onsctpStateChange', makeEvent(_this.sctp.state));
|
|
7966
|
+
});
|
|
7967
|
+
_this.sctpEventsPreviouslyAdded = true;
|
|
7968
|
+
}
|
|
7967
7969
|
}
|
|
7968
7970
|
}
|
|
7969
7971
|
if (args.length >= 2 && typeof args[1] === 'function') {
|