1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

This comment is no longer true

This commit is contained in:
David Baker
2020-10-12 09:56:43 +01:00
parent 94802036d9
commit 3af7abb5fe

View File

@@ -188,8 +188,6 @@ export default class CallHandler {
call.on("hangup", () => {
this.removeCallForRoom(call.roomId);
});
// map web rtc states to dummy UI state
// ringing|ringback|connected|ended|busy|stop_ringback|stop_ringing
call.on("state", (newState: CallState, oldState: CallState) => {
this.setCallState(call, newState);