Contact info modal for call link join requests

This commit is contained in:
ayumi-signal 2024-09-11 12:30:50 -07:00 committed by GitHub
parent 390eab2556
commit 84896d0fbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 519 additions and 6 deletions

View file

@ -125,6 +125,7 @@ export type PropsType = {
stickyControls: boolean;
switchToPresentationView: () => void;
switchFromPresentationView: () => void;
toggleCallLinkPendingParticipantModal: (contactId: string) => void;
toggleParticipants: () => void;
togglePip: () => void;
toggleScreenRecordingPermissionsDialog: () => unknown;
@ -214,6 +215,7 @@ export function CallScreen({
stickyControls,
switchToPresentationView,
switchFromPresentationView,
toggleCallLinkPendingParticipantModal,
toggleParticipants,
togglePip,
toggleScreenRecordingPermissionsDialog,
@ -864,6 +866,9 @@ export function CallScreen({
approveUser={approveUser}
batchUserAction={batchUserAction}
denyUser={denyUser}
toggleCallLinkPendingParticipantModal={
toggleCallLinkPendingParticipantModal
}
/>
) : null}
{/* We render the local preview first and set the footer flex direction to row-reverse