@webex/web-client-media-engine 3.39.3 → 3.39.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.
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -16054,6 +16054,9 @@ class MultistreamConnection extends EventEmitter$2 {
|
|
|
16054
16054
|
'max-mbps': `${defaultMaxVideoEncodeMbps}`,
|
|
16055
16055
|
'max-fs': `${defaultMaxVideoEncodeFrameSize}`,
|
|
16056
16056
|
},
|
|
16057
|
+
[exports.MediaCodecMimeType.AV1]: {
|
|
16058
|
+
'x-google-start-bitrate': `${this.options.preferredStartingBitrateKbps}`,
|
|
16059
|
+
},
|
|
16057
16060
|
};
|
|
16058
16061
|
}
|
|
16059
16062
|
getCustomReceiveVideoCodecParams(mediaType) {
|