Commit ec742eac authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in renegotiation.

parent 52c4f1a3
...@@ -652,7 +652,7 @@ function serverConnect() { ...@@ -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()
......
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