Skip to content
Snippets Groups Projects
Commit 4dcb4739 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Config turn server for webrtc

parent 57a27c23
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,12 @@ webrtc = {
debug: false,
config: {
iceServers: [
{url: "stun:stun.l.google.com:19302"},
{url: "stun:23.21.150.121"},
{url: "stun:stun.l.google.com:19302"}
{
url: "turn:team%40rocket.chat@numb.viagenie.ca:3478",
"credential": "demo"
}
]
},
send: function(data) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment