@webex/web-client-media-engine 1.38.1 → 1.38.2

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.
@@ -129,6 +129,7 @@ declare type MultistreamConnectionOptions = {
129
129
  streamSignalingMode: StreamSignalingMode;
130
130
  bundlePolicy: BundlePolicy;
131
131
  iceServers: RTCIceServer[] | undefined;
132
+ disableContentSimulcast: boolean;
132
133
  };
133
134
  declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEvents> {
134
135
  private pc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "1.38.1",
3
+ "version": "1.38.2",
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",