@webex/web-client-media-engine 3.25.2 → 3.26.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.
@@ -284,6 +284,7 @@ type MultistreamConnectionOptions = {
284
284
  disableSimulcast: boolean;
285
285
  bundlePolicy: BundlePolicy;
286
286
  iceServers: RTCIceServer[] | undefined;
287
+ iceTransportPolicy: RTCIceTransportPolicy;
287
288
  disableContentSimulcast: boolean;
288
289
  disableAudioTwcc: boolean;
289
290
  doFullIce: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.25.2",
3
+ "version": "3.26.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",