Last active
August 10, 2017 18:57
-
-
Save deviantfero/33aef7ee70ecfdedd71f54a62aa49e8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//replace your turn/stun here | |
options.configuration = { | |
iceServers: [{"urls":"stun:stun.l.google.com:19302"}, { | |
"urls" : "turn:111.222.333.444", "username":"user", "credential":"pass"}] | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment