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