Compartir a través de


ParticipantListSelector type

Tipo de selector para componente de ParticipantList.

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