Update strings for group call lobby and contact voice call
This commit is contained in:
parent
319890d138
commit
5835e9033d
4 changed files with 17 additions and 6 deletions
|
@ -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,
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue