Update to RingRTC v2.17.2

This commit is contained in:
Jim Gustafson
2022-01-28 11:55:36 -08:00
committed by GitHub
parent bd41bdf3cb
commit ab9d33cf1a
5 changed files with 73 additions and 45 deletions

View File

@@ -75,7 +75,7 @@ export type ActiveCallType = ActiveDirectCallType | ActiveGroupCallType;
// Must be kept in sync with RingRTC.CallState
export enum CallState {
Prering = 'init',
Prering = 'idle',
Ringing = 'ringing',
Accepted = 'connected',
Reconnecting = 'connecting',