RTCPeerConnection | STUN TURN

The TsgcRTCPeerConnection uses STUN/TURN protocol to obtain the public IP Address and the Relayed IP Address (if required). So you need a STUN/TURN Server to obtain these information. You can read more about STUN/TURN server from the following link: TURN Server.

 

Once you have your STUN/TURN server running, you can configure the TURN Server properties in the RTCOptions.ICE property of the TsgcRTCPeerConnection.