ParticipantsButtonSelector type
Тип селектора для компонента ParticipantsButton .
type ParticipantsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }