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