Compartir a través de


ParticipantListSelector type

Tipo de selector para el componente ParticipantList .

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