ParticipantsButtonSelector type
Typ selektora dla składnika ParticipantsButton .
type ParticipantsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }