[Freeswitch-users] syntax to use TURN server

Mundkowsky, Robert rmundkowsky at ets.org
Tue Sep 17 15:23:30 UTC 2019


Never mind, think I got it figured out.

        STUN = !!moz ?  {
            urls: ['turn:xxx'],
            username: 'yyy',
            credential: 'zzz'
        } :
        {
            url: 'turn:xxx',
            username: 'yyy',
            credential: 'zzz'
        } ;

Robert

From: Mundkowsky, Robert
Sent: Monday, September 16, 2019 3:23 PM
To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
Subject: syntax to use TURN server

Hi,

What is the Javascript syntax to use a TURN server with Verto?

With a username and password.

Robert


________________________________

This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.


Thank you for your compliance.

________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190917/3696c255/attachment.html>


More information about the FreeSWITCH-users mailing list