mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 15:42:17 +03:00
Add some call states
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
86402e9788
commit
6b72c13e34
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue