Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 3597cc8

Browse files
committed
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton.github.io
2 parents d55f5e3 + c734924 commit 3597cc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_posts/2019-02-14-setup-turn-server.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ You must configure bbb-web so that it will provide the list of turn servers to t
203203
<constructor-arg index="1" value="turns:turn.example.com:443?transport=tcp"/>
204204
<constructor-arg index="2" value="86400"/>
205205
</bean>
206+
207+
<bean id="turn1" class="org.bigbluebutton.web.services.turn.TurnServer">
208+
<constructor-arg index="0" value="<random value>"/>
209+
<constructor-arg index="1" value="turn:turn.example.com:443?transport=tcp"/>
210+
<constructor-arg index="2" value="86400"/>
211+
</bean>
206212

207213
<bean id="stunTurnService"
208214
class="org.bigbluebutton.web.services.turn.StunTurnService">
@@ -214,6 +220,7 @@ You must configure bbb-web so that it will provide the list of turn servers to t
214220
<property name="turnServers">
215221
<set>
216222
<ref bean="turn0"/>
223+
<ref bean="turn1"/>
217224
</set>
218225
</property>
219226
</bean>

0 commit comments

Comments
 (0)