From 8f7974d5c6d71b36c293332b44a6b5dd1ac5e0b6 Mon Sep 17 00:00:00 2001 From: gnattu Date: Sun, 22 Dec 2024 01:58:56 +0800 Subject: [PATCH] Remove redundant channel limit --- src/scripts/browserDeviceProfile.js | 1 - 1 file changed, 1 deletion(-) 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