Compartir a través de


ParticipantsLeftListener type

Devolución de llamada para Evento CallAdapterSubscribers evento "participantsLeft".

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