diff --git a/rtc_config_example-coturn.json b/rtc_config_example-coturn.json index 82fc648..c64ba92 100644 --- a/rtc_config_example-coturn.json +++ b/rtc_config_example-coturn.json @@ -2,18 +2,10 @@ "sdpSemantics": "unified-plan", "iceServers": [ { - "urls": "stun::3478" + "urls": "stuns::443" }, { - "urls": "stuns::5349" - }, - { - "urls": "turn::3478", - "username": "user", - "credential": "password" - }, - { - "urls": "turns::5349", + "urls": "turns::443", "username": "user", "credential": "password" }