Skip to content
Snippets Groups Projects
Commit 33c6aafb authored by Dixon Fred's avatar Dixon Fred
Browse files

Updating stun: for bbb-web to use Google's stun server

parent 602e0d3d
No related branches found
No related tags found
No related merge requests found
......@@ -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:stun.l.google.com:19302"/>
</bean>
<!--bean id="stun2" class="org.bigbluebutton.web.services.turn.StunServer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment