LH-265-enable-audio-in-mediasoup #16

Closed
sergiu wants to merge 120 commits from LH-265-enable-audio-in-mediasoup into master
2 changed files with 8 additions and 34 deletions
Showing only changes of commit 1a7b44807d - Show all commits

View File

@ -20485,23 +20485,10 @@ let videoParams = {
} }
let audioParams = { let audioParams = {
// mediasoup params codecOptions :
encodings: [ {
{ opusStereo : true,
maxBitrate: 100000, opusDtx : true
scalabilityMode: 'S1T3',
},
{
maxBitrate: 300000,
scalabilityMode: 'S1T3',
},
{
maxBitrate: 900000,
scalabilityMode: 'S1T3',
},
],
codecOptions: {
opusStereo: true
} }
} }

View File

@ -127,23 +127,10 @@ let videoParams = {
} }
let audioParams = { let audioParams = {
// mediasoup params codecOptions :
encodings: [ {
{ opusStereo : true,
maxBitrate: 100000, opusDtx : true
scalabilityMode: 'S1T3',
},
{
maxBitrate: 300000,
scalabilityMode: 'S1T3',
},
{
maxBitrate: 900000,
scalabilityMode: 'S1T3',
},
],
codecOptions: {
opusStereo: true
} }
} }