webex-js-sdk icon indicating copy to clipboard operation
webex-js-sdk copied to clipboard

Ipv6 multi turn urls

Open marcin-bazyl opened this issue 1 month ago • 2 comments

temp changes for investigation on how browsers handle multiple TURN servers

use it by typing in the console before joining a meeting:

webexTurnServers = [{url: 'turns://someserver.com:443?transport=tcp', username:'aaa', password: 'pwd'}]

marcin-bazyl avatar Jan 16 '25 15:01 marcin-bazyl