mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix typo in renegotiation.
This commit is contained in:
parent
52c4f1a399
commit
ec742eacdb
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ function serverConnect() {
|
||||||
gotAnswer(m.id, m.answer);
|
gotAnswer(m.id, m.answer);
|
||||||
break;
|
break;
|
||||||
case 'renegotiate':
|
case 'renegotiate':
|
||||||
let c = up[id];
|
let c = up[m.id];
|
||||||
if(c) {
|
if(c) {
|
||||||
try {
|
try {
|
||||||
c.pc.restartIce()
|
c.pc.restartIce()
|
||||||
|
|
Loading…
Reference in a new issue