1
Fork 0
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:
Juliusz Chroboczek 2020-08-13 12:16:05 +02:00
parent 52c4f1a399
commit ec742eacdb

View file

@ -652,7 +652,7 @@ function serverConnect() {
gotAnswer(m.id, m.answer);
break;
case 'renegotiate':
let c = up[id];
let c = up[m.id];
if(c) {
try {
c.pc.restartIce()