This was missing a break somehow
This commit is contained in:
parent
e43adef438
commit
9ac31747f6
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ export default class CallHandler {
|
|||
}
|
||||
|
||||
this.logCallStats(call, mappedRoomId);
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue