Delen via


ParticipantsLeftListener type

Callback voor CallAdapterSubscribers event 'participantsLeft'.

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