Compartir a través de


ParticipantsLeftListener type

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

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