Update strings for group call lobby and contact voice call

This commit is contained in:
ayumi-signal 2024-09-09 14:12:53 -07:00 committed by GitHub
parent 319890d138
commit 5835e9033d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 6 deletions

View file

@ -237,7 +237,6 @@ export function CallingLobby({
callMode={callMode}
i18n={i18n}
isAdhocJoinRequestPending={isAdhocJoinRequestPending}
groupMemberCount={groupMembers?.length ?? 0}
participantCount={peekedParticipants.length}
toggleParticipants={toggleParticipants}
/>
@ -258,7 +257,6 @@ export function CallingLobby({
i18n,
hasLocalVideo,
hasLocalAudio,
groupMembers?.length,
toggleParticipants,
]);