diff --git a/src/CallHandler.tsx b/src/CallHandler.tsx index e0f744630b..3845182f4f 100644 --- a/src/CallHandler.tsx +++ b/src/CallHandler.tsx @@ -396,6 +396,7 @@ export default class CallHandler { } this.logCallStats(call, mappedRoomId); + break; } } });