Contact info modal for call link join requests
This commit is contained in:
parent
390eab2556
commit
84896d0fbb
19 changed files with 519 additions and 6 deletions
|
@ -32,6 +32,12 @@ export const getCallLinkAddNameModalRoomId = createSelector(
|
|||
({ callLinkAddNameModalRoomId }) => callLinkAddNameModalRoomId
|
||||
);
|
||||
|
||||
export const getCallLinkPendingParticipantContactId = createSelector(
|
||||
getGlobalModalsState,
|
||||
({ callLinkPendingParticipantContactId }) =>
|
||||
callLinkPendingParticipantContactId
|
||||
);
|
||||
|
||||
export const getConfirmLeaveCallModalState = createSelector(
|
||||
getGlobalModalsState,
|
||||
({ confirmLeaveCallModalState }) => confirmLeaveCallModalState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue