ParticipantListSelector type
Selectortype voor ParticipantList onderdeel.
type ParticipantListSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }