@webex/web-client-media-engine 3.22.4 → 3.22.5
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.
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -344,4 +344,4 @@ declare function setLogHandler(logHandler: ILogHandler): void;
|
|
|
344
344
|
declare const DeviceKind: typeof media.DeviceKind;
|
|
345
345
|
//# sourceMappingURL=index.d.ts.map
|
|
346
346
|
|
|
347
|
-
export { DeviceKind, MediaCodecMimeType, MetricsCallback, MultistreamConnection, MultistreamConnectionEventNames, MultistreamConnectionEvents, ReceiveSlot, ReceiveSlotEvents, ReceiveSlotId, ReceiverEvents, RecommendedOpusBitrates, SendSlot, StreamRequest, TransceiverStats, WcmeError, WcmeErrorType, compareReceiveSlotIds, getLogLevel, getRecommendedMaxBitrateForFrameSize, logErrorAndThrow, setLogHandler, setLogLevel };
|
|
347
|
+
export { DeviceKind, MediaCodecMimeType, MetricsCallback, MultistreamConnection, MultistreamConnectionEventNames, MultistreamConnectionEvents, ReceiveSlot, ReceiveSlotEvents, ReceiveSlotId, ReceiverEvents, RecommendedOpusBitrates, SendSlot, StreamRequest, TransceiverStatItem, TransceiverStats, WcmeError, WcmeErrorType, compareReceiveSlotIds, getLogLevel, getRecommendedMaxBitrateForFrameSize, logErrorAndThrow, setLogHandler, setLogLevel };
|
package/package.json
CHANGED