@webex/web-client-media-engine
Advanced tools
Comparing version 3.14.1 to 3.15.0
@@ -288,3 +288,5 @@ import { LocalStream, ConnectionState, media } from '@webex/webrtc-core'; | ||
private getVideoStreamStates; | ||
private createReceiveTransceiver; | ||
createReceiveSlot(mediaType: MediaType): Promise<ReceiveSlot>; | ||
createReceiveSlots(mediaType: MediaType, count?: number): Promise<ReceiveSlot[]>; | ||
getIngressPayloadType(mediaType: MediaType, mimeType: MediaCodecMimeType): number; | ||
@@ -291,0 +293,0 @@ createOffer(): Promise<RTCSessionDescriptionInit>; |
{ | ||
"name": "@webex/web-client-media-engine", | ||
"version": "3.14.1", | ||
"version": "3.15.0", | ||
"description": "Web Client Media Engine is common web code for interacting with the multistream media server.", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3499515
29469