Partilhar via


ParticipantsLeftListener type

Chamada de retorno para o evento " participantsLeft" de CallAdapterSubscribers .

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