ParticipantListSelector type
Selektortyp für die ParticipantList-Komponente .
type ParticipantListSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }