pion / stun

A Go implementation of STUN
https://pion.ly/
MIT License
597 stars 90 forks source link

how test turn server #153

Closed hktalent closed 1 year ago

hktalent commented 1 year ago

how test turn server like:

{
    url: 'turn:numb.viagenie.ca',
    credential: 'muazkh',
    username: 'webrtc@live.com'
},
{
    url: 'turn:192.158.29.39:3478?transport=udp',
    credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=',
    username: '28224511:1379330808'
},
{
    url: 'turn:192.158.29.39:3478?transport=tcp',
    credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=',
    username: '28224511:1379330808'
}
stv0g commented 1 year ago

Please join the Pion slack for asking questions. This is an issue tracker.