Update to RingRTC v2.30.0

Co-authored-by: Rashad Sookram <rashad@signal.org>
This commit is contained in:
Jordan Rose
2023-08-09 14:30:30 -07:00
committed by Jamie Kyle
parent 13470a789c
commit 414c0a58d3
5 changed files with 13 additions and 7 deletions

View File

@@ -127,7 +127,8 @@ export enum GroupCallConnectionState {
export enum GroupCallJoinState {
NotJoined = 0,
Joining = 1,
Joined = 2,
Pending = 2,
Joined = 3,
}
export type GroupCallRemoteParticipantType = ConversationType & {