Skip to content

Commit 6d3603d

Browse files
author
evgeny-nadymov
committed
Comment restartIce method call
1 parent 972b8f2 commit 6d3603d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Stores/CallStore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ class CallStore extends EventEmitter {
578578
}
579579
case 'failed': {
580580
//TODO: replace with ICE restart
581-
// this.hangUp(groupCallId);
582-
connection.restartIce();
581+
this.hangUp(groupCallId);
582+
// connection.restartIce();
583583
break;
584584
}
585585
case 'new': {

0 commit comments

Comments
 (0)