Freigeben über


ParticipantsLeftListener type

Rückruf für das CallAdapterSubscribers-Ereignis "participantsLeft".

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