1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-12 19:55:59 +01:00

Fix typo in newUpStream.

This commit is contained in:
Juliusz Chroboczek 2020-08-13 20:16:52 +02:00
parent 0102bdc128
commit fc3ee84243

View file

@ -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);
}