@webex/web-client-media-engine 1.40.1 → 1.40.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.
@@ -165,6 +165,7 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
165
165
  publishTrack(track: LocalTrack): Promise<void>;
166
166
  unpublishTrack(track: LocalTrack): Promise<void>;
167
167
  private addTrackListeners;
168
+ private getVideoSources;
168
169
  createReceiveSlot(mediaType: MediaType): Promise<ReceiveSlot>;
169
170
  getIngressPayloadType(mediaType: MediaType, mimeType: MediaCodecMimeType): number;
170
171
  createOffer(): Promise<RTCSessionDescriptionInit>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "1.40.1",
3
+ "version": "1.40.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",