This comment is no longer true

pull/21833/head
David Baker 2020-10-12 09:56:43 +01:00
parent 94802036d9
commit 3af7abb5fe
1 changed files with 0 additions and 2 deletions

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);