@webex/web-client-media-engine 3.32.0 → 3.33.0

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.
@@ -297,6 +297,7 @@ type MultistreamConnectionOptions = {
297
297
  doFullIce: boolean;
298
298
  stopIceGatheringAfterFirstRelayCandidate: boolean;
299
299
  disableAudioMainDtx: boolean;
300
+ preferredStartingBitrateKbps: number;
300
301
  metricsCallback: LoggerCallback;
301
302
  };
302
303
  declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEvents> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.32.0",
3
+ "version": "3.33.0",
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",