Commit 2c9ee2f4 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Set outgoing rate for all stream types, not just local.

We were inconsistent with stream creation.
parent 3167c217
......@@ -492,8 +492,7 @@ getSelectElement('sendselect').onchange = async function(e) {
let t = getMaxVideoThroughput();
for(let id in serverConnection.up) {
let c = serverConnection.up[id];
if(c.kind === 'local')
await setMaxVideoThroughput(c, t);
await setMaxVideoThroughput(c, t);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment