Condividi tramite


ParticipantsLeftListener type

Callback per CallAdapterSubscribers 'participantsLeft' event.

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