diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index e92cec7b81..8c6cd686d3 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -1057,7 +1057,6 @@ export default function (options) { const opusTranscodingProfile = { ...transcodingProfile }; opusTranscodingProfile.AudioCodec = 'opus'; - opusTranscodingProfile.MaxAudioChannels = '2'; opusTranscodingProfile.ApplyConditions = [ ...opusTranscodingProfile.ApplyConditions || [], ...opusConditions