mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Increase audio quality for presented files.
This commit is contained in:
parent
cbcfbb3f74
commit
aa30c34863
1 changed files with 6 additions and 0 deletions
|
@ -1168,6 +1168,12 @@ function setUpStream(c, stream) {
|
|||
scaleResolutionDownBy: 2,
|
||||
maxBitrate: simulcastRate,
|
||||
});
|
||||
} else {
|
||||
if(c.label === 'video') {
|
||||
encodings.push({
|
||||
maxBitrate: 192000,
|
||||
});
|
||||
}
|
||||
}
|
||||
let tr = c.pc.addTransceiver(t, {
|
||||
direction: 'sendonly',
|
||||
|
|
Loading…
Reference in a new issue