External TURN server

Hi ,

I open this topic, as I recently configured an openvidu environment and an external TURN server, then I inserted the following parameter in the Openvidu .env file OPENVIDU_WEBRTC_ICE_SERVERS = ["url = turns: <your_turn_endpoint>: 443, username = <your_username>, credential = <your_credential> "] obviously customized with my data, but I can’t understand if openvidu connects correctly to this TURN, if it is used or not, how can I verify this?

Best regards

Andrea

In firefox, while openvidu is being used in the browser, you can check it by opening in a new tab: about:webrtc

Candidates and Ice Server used appears in a table.

Regards.