Commit fc3ee842 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in newUpStream.

parent 0102bdc1
......@@ -263,7 +263,7 @@ async function setMediaChoices() {
}
function newUpStream(id) {
let c = serverConnection.newUpStream();
let c = serverConnection.newUpStream(id);
c.onstatus = function(status) {
setMediaStatus(c);
}
......
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