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