ParticipantsLeftListener type

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