I want to deploy openvidu elastic version with wide network system?

I want to deploy openvidu elastic version where master node and media node are not in same LAN. In deployment guide I only see private-ip node but no deployment guide using public ip

Specify in the livekit.yaml of your media nodes the following:

rtc:
    use_external_ip: false
    node_ip: <YOUR_IP>