@webex/web-client-media-engine 1.34.6 → 1.35.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.
@@ -100,6 +100,7 @@ declare type MultistreamConnectionOptions = {
100
100
  disableSimulcast: boolean;
101
101
  streamSignalingMode: StreamSignalingMode;
102
102
  bundlePolicy: BundlePolicy;
103
+ iceServers: RTCIceServer[] | undefined;
103
104
  };
104
105
  declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEvents> {
105
106
  private pc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "1.34.6",
3
+ "version": "1.35.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",
@@ -58,7 +58,7 @@
58
58
  "@webex/json-multistream": "^1.20.1",
59
59
  "@webex/rtcstats": "^1.0.1",
60
60
  "@webex/ts-sdp": "1.3.1",
61
- "@webex/webrtc-core": "^1.1.1",
61
+ "@webex/webrtc-core": "^1.2.0",
62
62
  "bowser": "^2.11.0",
63
63
  "js-logger": "^1.6.1",
64
64
  "typed-emitter": "^2.1.0",