Partager via


ParticipantsLeftListener type

Rappel pour CallAdapterSubscribers 'participantsLeft'.

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