Skip to content

Instantly share code, notes, and snippets.

@deviantfero
Last active August 10, 2017 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deviantfero/33aef7ee70ecfdedd71f54a62aa49e8c to your computer and use it in GitHub Desktop.
Save deviantfero/33aef7ee70ecfdedd71f54a62aa49e8c to your computer and use it in GitHub Desktop.
//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