mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Add list of participants to the lobby, and add basic blocking for max participants
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
ChangeIODevicePayloadType,
|
||||
GroupCallConnectionState,
|
||||
GroupCallJoinState,
|
||||
GroupCallPeekedParticipantType,
|
||||
GroupCallRemoteParticipantType,
|
||||
MediaDeviceSettings,
|
||||
} from '../../types/Calling';
|
||||
@@ -71,6 +72,8 @@ export interface ActiveCallType {
|
||||
activeCallState: ActiveCallStateType;
|
||||
call: DirectCallStateType | GroupCallStateType;
|
||||
conversation: ConversationType;
|
||||
isCallFull: boolean;
|
||||
groupCallPeekedParticipants: Array<GroupCallPeekedParticipantType>;
|
||||
groupCallParticipants: Array<GroupCallRemoteParticipantType>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user