@webex/web-client-media-engine 3.39.4 → 3.39.6

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
@@ -16050,6 +16050,9 @@ class MultistreamConnection extends EventEmitter$2 {
16050
16050
  'max-mbps': `${defaultMaxVideoEncodeMbps}`,
16051
16051
  'max-fs': `${defaultMaxVideoEncodeFrameSize}`,
16052
16052
  },
16053
+ [MediaCodecMimeType.AV1]: {
16054
+ 'x-google-start-bitrate': `${this.options.preferredStartingBitrateKbps}`,
16055
+ },
16053
16056
  };
16054
16057
  }
16055
16058
  getCustomReceiveVideoCodecParams(mediaType) {