@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/esm/index.js CHANGED
@@ -8104,6 +8104,7 @@ var MediaCodecMimeType;
8104
8104
  (function (MediaCodecMimeType) {
8105
8105
  MediaCodecMimeType["H264"] = "video/H264";
8106
8106
  MediaCodecMimeType["AV1"] = "video/AV1";
8107
+ MediaCodecMimeType["RTX"] = "video/rtx";
8107
8108
  MediaCodecMimeType["OPUS"] = "audio/opus";
8108
8109
  })(MediaCodecMimeType || (MediaCodecMimeType = {}));
8109
8110
  const defaultMaxVideoEncodeFrameSize = 8160;