@webex/web-client-media-engine 1.37.3 → 1.37.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.
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -9581,7 +9581,7 @@ exports.MultistreamConnectionEventNames = void 0;
|
|
|
9581
9581
|
})(exports.MultistreamConnectionEventNames || (exports.MultistreamConnectionEventNames = {}));
|
|
9582
9582
|
const defaultMultistreamConnectionOptions = {
|
|
9583
9583
|
floorControlledPresentation: false,
|
|
9584
|
-
disableSimulcast:
|
|
9584
|
+
disableSimulcast: getBrowserDetails().name === 'Firefox',
|
|
9585
9585
|
streamSignalingMode: 'SSRC',
|
|
9586
9586
|
bundlePolicy: 'max-compat',
|
|
9587
9587
|
iceServers: undefined,
|
package/dist/esm/index.js
CHANGED
|
@@ -9577,7 +9577,7 @@ var MultistreamConnectionEventNames;
|
|
|
9577
9577
|
})(MultistreamConnectionEventNames || (MultistreamConnectionEventNames = {}));
|
|
9578
9578
|
const defaultMultistreamConnectionOptions = {
|
|
9579
9579
|
floorControlledPresentation: false,
|
|
9580
|
-
disableSimulcast:
|
|
9580
|
+
disableSimulcast: getBrowserDetails().name === 'Firefox',
|
|
9581
9581
|
streamSignalingMode: 'SSRC',
|
|
9582
9582
|
bundlePolicy: 'max-compat',
|
|
9583
9583
|
iceServers: undefined,
|
package/package.json
CHANGED