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:
parent
0102bdc128
commit
fc3ee84243
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue