ParticipantListSelector type
Väljaretyp för komponenten ParticipantList.
type ParticipantListSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }