--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Ivan,
Thank you for your response.
I am trying to modify the group call app so that it uses multiple TURN servers. The participants will be located in different locations. I wish to relay the entire media using TURN for all the participants. The TURN server should be selected dynamically everytime the participant joins from the client side.
To acheive this, I am passing multiple turn urls in the array of iceServers. Now as per the above configuration the TURN server which is closest rather the one whose ice candidates require least amount of time should automatically get selected as per the ICE specifications. But this is not happening in reality. The candidates received are from only that TURN server which is mentioned in both the WebRtcEndpoint.conf.ini and the client side.
Also I am able to mention only a single TURN server in the WebRtcEndpoint.conf.ini file.
Because of this the TURN servers wont be selected from the given list.
Please help me to over come the above problems.