Condividi tramite


ParticipantsButtonSelector type

Tipo di selettore per Componente ParticipantsButton.

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