ParticipantListSelector type
Type de sélecteur pour composant participantList.
type ParticipantListSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }