@webex/web-client-media-engine 3.2.0 → 3.3.1

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.
@@ -229,7 +229,7 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
229
229
  getConnectionState(): ConnectionState;
230
230
  private getVideoEncodingOptions;
231
231
  private createSendTransceiver;
232
- createSendSlot(mediaType: MediaType): SendSlot;
232
+ createSendSlot(mediaType: MediaType, active?: boolean): SendSlot;
233
233
  private createJmpSession;
234
234
  private updateRequestedStreams;
235
235
  private createDataChannel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.2.0",
3
+ "version": "3.3.1",
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/rtcstats": "^1.0.2",
59
59
  "@webex/ts-events": "^1.0.1",
60
60
  "@webex/ts-sdp": "1.3.1",
61
- "@webex/webrtc-core": "2.0.0",
61
+ "@webex/webrtc-core": "2.1.0",
62
62
  "async": "^3.2.4",
63
63
  "bowser": "^2.11.0",
64
64
  "js-logger": "^1.6.1",