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