Do this... for each turn server have a turn and turns
<bean id="turn0" class="org.bigbluebutton.web.services.turn.TurnServer">
<constructor-arg index="0" value="turnpassword"/>
<constructor-arg index="1" value="turns:
bbbturn1.you.com:443?transport=tcp"/>
<constructor-arg index="2" value="86400"/>
</bean>
<bean id="turn1" class="org.bigbluebutton.web.services.turn.TurnServer">
<constructor-arg index="0" value="turnpassword"/>
<constructor-arg index="1" value="turn:
bbbturn1.you.com:443?transport=tcp"/>
<constructor-arg index="2" value="86400"/>
</bean>
<bean id="turn2" class="org.bigbluebutton.web.services.turn.TurnServer">
<constructor-arg index="0" value="turnpassword"/>
<constructor-arg index="1" value="turns:
bbbturn2.you.com:443?transport=tcp"/>
<constructor-arg index="2" value="86400"/>
</bean>
<bean id="turn3" class="org.bigbluebutton.web.services.turn.TurnServer">
<constructor-arg index="0" value="turnpassword"/>
<constructor-arg index="1" value="turn:
bbbturn2.you.com:443?transport=tcp"/>
<constructor-arg index="2" value="86400"/>
</bean>
Regards,
Stephen
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/bigbluebutton-dev/8AE0EC4F-1A67-4FCA-96EA-1A91DBA48D0F%40gmail.com.