Increase audio quality for presented files.
This commit is contained in:
@@ -1168,6 +1168,12 @@ function setUpStream(c, stream) {
|
|||||||
scaleResolutionDownBy: 2,
|
scaleResolutionDownBy: 2,
|
||||||
maxBitrate: simulcastRate,
|
maxBitrate: simulcastRate,
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
if(c.label === 'video') {
|
||||||
|
encodings.push({
|
||||||
|
maxBitrate: 192000,
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
let tr = c.pc.addTransceiver(t, {
|
let tr = c.pc.addTransceiver(t, {
|
||||||
direction: 'sendonly',
|
direction: 'sendonly',
|
||||||
|
|||||||
Reference in New Issue
Block a user