ParticipantsButtonSelector type
Typ selektoru pro komponentu ParticipantsButton.
type ParticipantsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }