@webex/web-client-media-engine
Advanced tools
Comparing version 3.23.2 to 3.23.3
@@ -5,4 +5,4 @@ import { LocalStream, ConnectionState, ConnectionType, media } from '@webex/webrtc-core'; | ||
export { ActiveSpeakerInfo, CodecInfo, H264Codec, Logger as JMPLogger, MediaContent, MediaFamily, MediaType, NamedMediaGroup, Policy, PolicySpecificInfo, ReceiverSelectedInfo, StreamState, getMediaContent, getMediaFamily, getMediaType } from '@webex/json-multistream'; | ||
import { LogData } from '@webex/rtcstats'; | ||
export { LogData } from '@webex/rtcstats'; | ||
import { LoggerCallback } from '@webex/rtcstats'; | ||
export { LogData, LoggerCallback as MetricsCallback } from '@webex/rtcstats'; | ||
import TypedEmitter, { EventMap } from 'typed-emitter'; | ||
@@ -238,4 +238,2 @@ import { TypedEvent } from '@webex/ts-events'; | ||
type MetricsCallback = (logData: LogData) => void; | ||
declare enum MultistreamConnectionEventNames { | ||
@@ -337,3 +335,3 @@ VideoSourceCountUpdate = "video-source-count-update", | ||
forceRtcMetricsCallback(): void | undefined; | ||
setMetricsCallback(callback: MetricsCallback): void; | ||
setMetricsCallback(callback: LoggerCallback): void; | ||
setOveruseUpdateCallback(callback: OveruseUpdateCallback): void; | ||
@@ -352,2 +350,2 @@ getCsiByMediaType(mediaType: MediaType): number | undefined; | ||
export { DeviceKind, MediaCodecMimeType, MetricsCallback, MultistreamConnection, MultistreamConnectionEventNames, MultistreamConnectionEvents, ReceiveSlot, ReceiveSlotEvents, ReceiveSlotId, ReceiverEvents, RecommendedOpusBitrates, SendSlot, StreamRequest, TransceiverStatItem, TransceiverStats, WcmeError, WcmeErrorType, compareReceiveSlotIds, getLogLevel, getRecommendedMaxBitrateForFrameSize, logErrorAndThrow, setLogHandler, setLogLevel }; | ||
export { DeviceKind, MediaCodecMimeType, MultistreamConnection, MultistreamConnectionEventNames, MultistreamConnectionEvents, ReceiveSlot, ReceiveSlotEvents, ReceiveSlotId, ReceiverEvents, RecommendedOpusBitrates, SendSlot, StreamRequest, TransceiverStatItem, TransceiverStats, WcmeError, WcmeErrorType, compareReceiveSlotIds, getLogLevel, getRecommendedMaxBitrateForFrameSize, logErrorAndThrow, setLogHandler, setLogLevel }; |
{ | ||
"name": "@webex/web-client-media-engine", | ||
"version": "3.23.2", | ||
"version": "3.23.3", | ||
"description": "Web Client Media Engine is common web code for interacting with the multistream media server.", | ||
@@ -59,3 +59,3 @@ "source": "src/index.ts", | ||
"@webex/json-multistream": "2.1.3", | ||
"@webex/rtcstats": "^1.3.2", | ||
"@webex/rtcstats": "^1.3.3", | ||
"@webex/ts-events": "^1.0.1", | ||
@@ -62,0 +62,0 @@ "@webex/ts-sdp": "1.7.0", |
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
3546491
30070
Updated@webex/rtcstats@^1.3.3