Commit ec742eac authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in renegotiation.

parent 52c4f1a3
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment