How can I use libp2p.EnableRelay(circuit.OptHop) in go-libp2p v0.16.0+

I can’t use libp2p.EnableRelay(circuit.OptHop) in go-libp2p v0.16.0+. I only see libp2p.EnableRelayService() and libp2p.EnableAutoRely(), but I can’t found where to use param circuit.OptHop . And I can’t find any guidance documents, so I need your help.

This make my p2p application cause an error like: error opening relay circuit: HOP_CANT_SPEAK_RELAY (270)

If you need a v1 relay daemon, you can use go-libp2p-relay-daemon.