ParticipantListSelector type

Tipo di selettore per il componente ParticipantList .

type ParticipantListSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }