@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 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: false,
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: false,
9580
+ disableSimulcast: getBrowserDetails().name === 'Firefox',
9581
9581
  streamSignalingMode: 'SSRC',
9582
9582
  bundlePolicy: 'max-compat',
9583
9583
  iceServers: undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "1.37.3",
3
+ "version": "1.37.4",
4
4
  "description": "Web Client Media Engine is common web code for interacting with the multistream media server.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/cjs/index.js",