Update server
This commit is contained in:
parent
daa2c556e4
commit
1a7b44807d
@ -20485,23 +20485,10 @@ let videoParams = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let audioParams = {
|
let audioParams = {
|
||||||
// mediasoup params
|
codecOptions :
|
||||||
encodings: [
|
|
||||||
{
|
{
|
||||||
maxBitrate: 100000,
|
opusStereo : true,
|
||||||
scalabilityMode: 'S1T3',
|
opusDtx : true
|
||||||
},
|
|
||||||
{
|
|
||||||
maxBitrate: 300000,
|
|
||||||
scalabilityMode: 'S1T3',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
maxBitrate: 900000,
|
|
||||||
scalabilityMode: 'S1T3',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
codecOptions: {
|
|
||||||
opusStereo: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -127,23 +127,10 @@ let videoParams = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let audioParams = {
|
let audioParams = {
|
||||||
// mediasoup params
|
codecOptions :
|
||||||
encodings: [
|
|
||||||
{
|
{
|
||||||
maxBitrate: 100000,
|
opusStereo : true,
|
||||||
scalabilityMode: 'S1T3',
|
opusDtx : true
|
||||||
},
|
|
||||||
{
|
|
||||||
maxBitrate: 300000,
|
|
||||||
scalabilityMode: 'S1T3',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
maxBitrate: 900000,
|
|
||||||
scalabilityMode: 'S1T3',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
codecOptions: {
|
|
||||||
opusStereo: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user