@webex/web-client-media-engine 1.36.0 → 1.36.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 +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -10106,6 +10106,9 @@ class MultistreamConnection extends EventEmitter {
|
|
|
10106
10106
|
? this.getVideoEncodingOptions()
|
|
10107
10107
|
: undefined,
|
|
10108
10108
|
}));
|
|
10109
|
+
if (transceiver.publishedTrack) {
|
|
10110
|
+
transceiver.publishTrack(transceiver.publishedTrack);
|
|
10111
|
+
}
|
|
10109
10112
|
transceiver.csi = generateCsi(getMediaFamily(mediaType), mainSceneId);
|
|
10110
10113
|
(_a = this.jmpSessions.get(mediaType)) === null || _a === void 0 ? void 0 : _a.close();
|
|
10111
10114
|
this.createJmpSession(mediaType);
|