1
Fork 0

Fix typo in renegotiation.

This commit is contained in:
Juliusz Chroboczek 2020-08-13 12:16:05 +02:00
parent 52c4f1a399
commit ec742eacdb
1 changed files with 1 additions and 1 deletions

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()