@webex/web-client-media-engine 3.35.2 → 3.36.0

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 CHANGED
@@ -8108,6 +8108,7 @@ exports.MediaCodecMimeType = void 0;
8108
8108
  (function (MediaCodecMimeType) {
8109
8109
  MediaCodecMimeType["H264"] = "video/H264";
8110
8110
  MediaCodecMimeType["AV1"] = "video/AV1";
8111
+ MediaCodecMimeType["RTX"] = "video/rtx";
8111
8112
  MediaCodecMimeType["OPUS"] = "audio/opus";
8112
8113
  })(exports.MediaCodecMimeType || (exports.MediaCodecMimeType = {}));
8113
8114
  const defaultMaxVideoEncodeFrameSize = 8160;