@webex/web-client-media-engine 3.35.1 → 3.35.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.
@@ -352,6 +352,7 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
352
352
  private sendMediaRequestStatus;
353
353
  sendSourceAdvertisement(mediaType: MediaType): void;
354
354
  private getVideoStreamStates;
355
+ private static getEncodedTransformId;
355
356
  private createReceiveTransceiver;
356
357
  createReceiveSlot(mediaType: MediaType): Promise<ReceiveSlot>;
357
358
  createReceiveSlots(mediaType: MediaType, count?: number): Promise<ReceiveSlot[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.35.1",
3
+ "version": "3.35.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",