Compartilhar via


ParticipantsButtonSelector type

Tipo de seletor para componente ParticipantsButton.

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