Partager via


ParticipantsLeftListener type

Rappel pour l’événement CallAdapterSubscribers « participantsLeft ».

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