Skip to content

Instantly share code, notes, and snippets.

@shivamag00
Created January 22, 2021 09:43
Show Gist options
  • Save shivamag00/928a944fe74bc336544a65d28d11cad6 to your computer and use it in GitHub Desktop.
Save shivamag00/928a944fe74bc336544a65d28d11cad6 to your computer and use it in GitHub Desktop.
turnConfig = {
iceServers: [
{
urls: [ "stun:bn-turn1.xirsys.com" ]
},
{
username: "0kYXFmQL9xojOrUy4VFemlTnNPVFZpp7jfPjpB3AjxahuRe4QWrCs6Ll1vDc7TTjAAAAAGAG2whXZWJUdXRzUGx1cw==",
credential: "285ff060-5a58-11eb-b269-0242ac140004",
urls: [
"turn:bn-turn1.xirsys.com:80?transport=udp",
"turn:bn-turn1.xirsys.com:3478?transport=udp",
"turn:bn-turn1.xirsys.com:80?transport=tcp",
"turn:bn-turn1.xirsys.com:3478?transport=tcp",
"turns:bn-turn1.xirsys.com:443?transport=tcp",
"turns:bn-turn1.xirsys.com:5349?transport=tcp"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment