Compartilhar via


ParticipantsLeftListener type

Retorno de chamada para CallAdapterSubscribers evento 'participantsLeft'.

type ParticipantsLeftListener = (event: {
  removed: RemoteParticipant[]
}) => void