Compartilhar via


ParticipantsLeftListener type

Retorno de chamada para o evento "participantsLeft" de CallAdapterSubscribers .

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