@webex/web-client-media-engine 1.37.1 → 1.37.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.
@@ -141,7 +141,11 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
141
141
  private overuseStateManager;
142
142
  private overuseUpdateCallback;
143
143
  private options;
144
+ private midMap;
145
+ private currentMid;
144
146
  constructor(userOptions?: Partial<MultistreamConnectionOptions>);
147
+ protected addMid(mediaType: MediaType): void;
148
+ protected clearMids(): void;
145
149
  private initializePeerConnection;
146
150
  getConnectionState(): ConnectionState;
147
151
  private getVideoEncodingOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "1.37.1",
3
+ "version": "1.37.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",