@webex/web-client-media-engine 3.14.1 → 3.15.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.
@@ -285,7 +285,9 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
285
285
  private sendMediaRequestStatus;
286
286
  sendSourceAdvertisement(mediaType: MediaType): void;
287
287
  private getVideoStreamStates;
288
+ private createReceiveTransceiver;
288
289
  createReceiveSlot(mediaType: MediaType): Promise<ReceiveSlot>;
290
+ createReceiveSlots(mediaType: MediaType, count?: number): Promise<ReceiveSlot[]>;
289
291
  getIngressPayloadType(mediaType: MediaType, mimeType: MediaCodecMimeType): number;
290
292
  createOffer(): Promise<RTCSessionDescriptionInit>;
291
293
  setAnswer(answer: string): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.14.1",
3
+ "version": "3.15.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",