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