You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Add some call states
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -23,6 +23,11 @@ import { EventEmitter } from 'events';
|
||||
|
||||
export enum CallEventGrouperState {
|
||||
Incoming = "incoming",
|
||||
Connecting = "connecting",
|
||||
Connected = "connected",
|
||||
Ringing = "ringing",
|
||||
Missed = "missed",
|
||||
Rejected = "rejected",
|
||||
Ended = "ended",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user