ParticipantListSelector type
Tipo de seletor para o componente ParticipantList .
type ParticipantListSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }