diff --git a/static/sfu.js b/static/sfu.js index 74f74a5..ad36a46 100644 --- a/static/sfu.js +++ b/static/sfu.js @@ -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); } }