Partager via


ParticipantListSelector type

Type de sélecteur pour le composant ParticipantList .

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