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