config.erizoController.turnServer vs config.erizo.turnserver ?
do we need to configure config.erizo.turnserver ? … if so … when it will come into picture?
Thanks,
Hemanth
config.erizoController.turnServer vs config.erizo.turnserver ?
do we need to configure config.erizo.turnserver ? … if so … when it will come into picture?
Thanks,
Hemanth
As explained in the code comments, erizoController.turnServer
(now included in erizoController.iceServers
) sets the TURN server that clients will use while erizo.turnServer
sets the one the server will use.
Thanks Alvaro Alonso.