Partager via


ParticipantsButtonSelector type

Type de sélecteur pour le composant ParticipantsButton .

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