ParticipantsLeftListener type

Callback for CallAdapterSubscribers 'participantsLeft' event.

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