ParticipantsButtonSelector type
Selector type for ParticipantsButton component.
type ParticipantsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }