@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.22.4",
3
+ "version": "3.22.5",
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",