Condividi tramite


ParticipantsLeftListener type

Callback per CallAdapterSubscribers evento 'participantsLeft'.

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