diff --git a/bigbluebutton-web/grails-app/conf/spring/turn-stun-servers.xml b/bigbluebutton-web/grails-app/conf/spring/turn-stun-servers.xml index b36963d3c55e26e9cd7aacfe0cf557564ff7c34c..90913545e05c5129c5b49de493406513afadf7d4 100755 --- a/bigbluebutton-web/grails-app/conf/spring/turn-stun-servers.xml +++ b/bigbluebutton-web/grails-app/conf/spring/turn-stun-servers.xml @@ -25,7 +25,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>. "> <bean id="stun1" class="org.bigbluebutton.web.services.turn.StunServer"> - <constructor-arg index="0" value="stun:stun.freeswitch.org"/> + <constructor-arg index="0" value="stun:stun.l.google.com:19302"/> </bean> <!--bean id="stun2" class="org.bigbluebutton.web.services.turn.StunServer">