@webex/web-client-media-engine 3.38.2 → 3.39.1
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/cjs/index.js +18 -19
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +19 -19
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -3
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -48,8 +48,7 @@ declare function codecToEncodingParams(codecInfo: CodecInfo): AV1Codec | H264Cod
|
|
|
48
48
|
declare function getRecommendedMaxBitrateForFrameSize(requestedMaxFs: number): number;
|
|
49
49
|
type CodecParameters = Record<string, string | undefined>;
|
|
50
50
|
declare function getRecommendedMaxBitrateForPicSize(requestedMaxPicSize: number): number;
|
|
51
|
-
declare function getFrameSizeForPicSize(maxPicSize: number | undefined): number | undefined;
|
|
52
|
-
declare function isEncodingCodecSupported(): boolean;
|
|
51
|
+
declare function getFrameSizeForPicSize(maxPicSize: number | undefined): number | undefined;
|
|
53
52
|
|
|
54
53
|
declare enum WcmeErrorType {
|
|
55
54
|
CREATE_OFFER_FAILED = "CREATE_OFFER_FAILED",
|
|
@@ -416,4 +415,4 @@ declare function setLogHandler(logHandler: ILogHandler): void;
|
|
|
416
415
|
declare const DeviceKind: typeof media.DeviceKind;
|
|
417
416
|
//# sourceMappingURL=index.d.ts.map
|
|
418
417
|
|
|
419
|
-
export { AV1EncodingParams, AudioMetadata, BaseVideoEncodingParams, CodecParameters, DeviceKind, EncodingParams, H264EncodingParams, MediaCodecMimeType, MultistreamConnection, MultistreamConnectionEventNames, MultistreamConnectionEvents, MultistreamConnectionOptions, OpusEncodingParams, ReceiveSlot, ReceiveSlotEvents, ReceiveSlotId, ReceiverEvents, RecommendedOpusBitrates, SendSlot, StatsMap, StreamRequest, SupportedResolution, TransceiverStatItem, TransceiverStats, VideoMetadata, WcmeError, WcmeErrorType, areReceiveSlotIdsEqual, codecToEncodingParams, getFrameSizeForPicSize, getLogLevel, getRecommendedMaxBitrateForFrameSize, getRecommendedMaxBitrateForPicSize,
|
|
418
|
+
export { AV1EncodingParams, AudioMetadata, BaseVideoEncodingParams, CodecParameters, DeviceKind, EncodingParams, H264EncodingParams, MediaCodecMimeType, MultistreamConnection, MultistreamConnectionEventNames, MultistreamConnectionEvents, MultistreamConnectionOptions, OpusEncodingParams, ReceiveSlot, ReceiveSlotEvents, ReceiveSlotId, ReceiverEvents, RecommendedOpusBitrates, SendSlot, StatsMap, StreamRequest, SupportedResolution, TransceiverStatItem, TransceiverStats, VideoMetadata, WcmeError, WcmeErrorType, areReceiveSlotIdsEqual, codecToEncodingParams, getFrameSizeForPicSize, getLogLevel, getRecommendedMaxBitrateForFrameSize, getRecommendedMaxBitrateForPicSize, logErrorAndThrow, setLogHandler, setLogLevel };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/web-client-media-engine",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.39.1",
|
|
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",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@webex/rtcstats": "^1.5.5",
|
|
61
61
|
"@webex/ts-events": "^1.2.1",
|
|
62
62
|
"@webex/ts-sdp": "1.8.2",
|
|
63
|
-
"@webex/web-capabilities": "^1.
|
|
63
|
+
"@webex/web-capabilities": "^1.10.0",
|
|
64
64
|
"@webex/web-media-effects": "2.33.0",
|
|
65
65
|
"@webex/webrtc-core": "2.13.5",
|
|
66
66
|
"async": "^3.2.4",
|