Calling support
This commit is contained in:
parent
83574eb067
commit
d3a27a6442
72 changed files with 3864 additions and 191 deletions
8
ts/types/Calling.ts
Normal file
8
ts/types/Calling.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
// This must be kept in sync with RingRTC.CallState.
|
||||
export enum CallState {
|
||||
Prering = 'init',
|
||||
Ringing = 'ringing',
|
||||
Accepted = 'connected',
|
||||
Reconnecting = 'connecting',
|
||||
Ended = 'ended',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue