Freigeben über


ParticipantsLeftListener type

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

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