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