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