mirror of https://github.com/vector-im/riot-web
This comment is no longer true
parent
94802036d9
commit
3af7abb5fe
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue