@webex/web-client-media-engine
Advanced tools
Comparing version 3.20.4 to 3.21.0
@@ -1,3 +0,3 @@ | ||
import { LocalStream, ConnectionState, media } from '@webex/webrtc-core'; | ||
export { AudioDeviceConstraints, ConnectionState, LocalCameraStream, LocalDisplayStream, LocalMicrophoneStream, LocalStream, LocalStreamEventNames, LocalSystemAudioStream, MediaStreamTrackKind, PeerConnection, RemoteMediaState, RemoteStream, RemoteStreamEventNames, StreamEventNames, VideoContentHint, VideoDeviceConstraints, Logger as WebRtcCoreLogger, WebrtcCoreError, WebrtcCoreErrorType, createCameraStream, createDisplayStream, createDisplayStreamWithAudio, createMicrophoneStream, getAudioInputDevices, getAudioOutputDevices, getDevices, getVideoInputDevices, setOnDeviceChangeHandler } from '@webex/webrtc-core'; | ||
import { LocalStream, ConnectionState, ConnectionType, media } from '@webex/webrtc-core'; | ||
export { AudioDeviceConstraints, ConnectionState, ConnectionType, LocalCameraStream, LocalDisplayStream, LocalMicrophoneStream, LocalStream, LocalStreamEventNames, LocalSystemAudioStream, MediaStreamTrackKind, PeerConnection, RemoteMediaState, RemoteStream, RemoteStreamEventNames, StreamEventNames, VideoContentHint, VideoDeviceConstraints, Logger as WebRtcCoreLogger, WebrtcCoreError, WebrtcCoreErrorType, createCameraStream, createDisplayStream, createDisplayStreamWithAudio, createMicrophoneStream, getAudioInputDevices, getAudioOutputDevices, getDevices, getVideoInputDevices, setOnDeviceChangeHandler } from '@webex/webrtc-core'; | ||
import { StreamId, StreamState, MediaContent, NamedMediaGroup, MediaType, Policy, PolicySpecificInfo, CodecInfo, StreamRequest as StreamRequest$1 } from '@webex/json-multistream'; | ||
@@ -236,3 +236,4 @@ export { ActiveSpeakerInfo, CodecInfo, H264Codec, Logger as JMPLogger, MediaContent, MediaFamily, MediaType, NamedMediaGroup, Policy, PolicySpecificInfo, ReceiverSelectedInfo, StreamState, getMediaContent, getMediaFamily, getMediaType } from '@webex/json-multistream'; | ||
ActiveSpeakerNotification = "active-speaker-notification", | ||
ConnectionStateUpdate = "connection-state-update", | ||
PeerConnectionStateUpdate = "peer-connection-state-update", | ||
IceConnectionStateUpdate = "ice-connection-state-update", | ||
IceGatheringStateUpdate = "ice-gathering-state-update", | ||
@@ -249,3 +250,4 @@ NegotiationNeeded = "negotiation-needed", | ||
[MultistreamConnectionEventNames.AudioSourceCountUpdate]: (numTotalSources: number, numLiveSources: number, mediaContent: MediaContent) => void; | ||
[MultistreamConnectionEventNames.ConnectionStateUpdate]: (state: ConnectionState) => void; | ||
[MultistreamConnectionEventNames.PeerConnectionStateUpdate]: (state: RTCPeerConnectionState) => void; | ||
[MultistreamConnectionEventNames.IceConnectionStateUpdate]: (state: RTCIceConnectionState) => void; | ||
[MultistreamConnectionEventNames.IceGatheringStateUpdate]: (state: RTCIceGatheringState) => void; | ||
@@ -286,2 +288,5 @@ [MultistreamConnectionEventNames.NegotiationNeeded]: () => void; | ||
getConnectionState(): ConnectionState; | ||
getPeerConnectionState(): RTCPeerConnectionState; | ||
getIceConnectionState(): RTCIceConnectionState; | ||
getCurrentConnectionType(): Promise<ConnectionType>; | ||
getIceGatheringState(): RTCIceGatheringState; | ||
@@ -288,0 +293,0 @@ private getVideoEncodingOptions; |
{ | ||
"name": "@webex/web-client-media-engine", | ||
"version": "3.20.4", | ||
"version": "3.21.0", | ||
"description": "Web Client Media Engine is common web code for interacting with the multistream media server.", | ||
@@ -63,3 +63,3 @@ "source": "src/index.ts", | ||
"@webex/web-capabilities": "^1.3.0", | ||
"@webex/webrtc-core": "2.7.0", | ||
"@webex/webrtc-core": "2.8.0", | ||
"@webex/web-media-effects": "^2.15.6", | ||
@@ -66,0 +66,0 @@ "async": "^3.2.4", |
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
3544047
29892
+ Added@webex/webrtc-core@2.8.0(transitive)
- Removed@webex/webrtc-core@2.7.0(transitive)
Updated@webex/webrtc-core@2.8.0