mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +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) {
|
function newUpStream(id) {
|
||||||
let c = serverConnection.newUpStream();
|
let c = serverConnection.newUpStream(id);
|
||||||
c.onstatus = function(status) {
|
c.onstatus = function(status) {
|
||||||
setMediaStatus(c);
|
setMediaStatus(c);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue