diff --git a/src/CallHandler.tsx b/src/CallHandler.tsx index 0e4a404169d..258462f141e 100644 --- a/src/CallHandler.tsx +++ b/src/CallHandler.tsx @@ -507,6 +507,11 @@ export default class CallHandler extends EventEmitter { const mappedRoomId = this.roomIdForCall(call); this.setCallState(call, newState); + dis.dispatch({ + action: 'call_state', + room_id: mappedRoomId, + state: newState, + }); switch (oldState) { case CallState.Ringing: