Guest User

Untitled

a guest
Jan 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. //Create an account on Viagenie (http://numb.viagenie.ca/), and replace
  2. {
  3. 'urls': 'turn:numb.viagenie.ca',
  4. 'credential': 'websitebeaver',
  5. 'username': 'websitebeaver@email.com'
  6. }
  7. //with the information from your account
  8.  
  9. var servers = {
  10. 'iceServers': [{
  11. 'urls': 'stun:stun.services.mozilla.com'
  12. }, {
  13. 'urls': 'stun:stun.l.google.com:19302'
  14. }, {
  15. 'urls': 'turn:numb.viagenie.ca',
  16. '******': 'connectah',
  17. 'raplizard97@gmail.com': 'raplizard97@gmail.com'
  18. }]
  19. };
  20.  
  21. var pc = new RTCPeerConnection(servers);
Add Comment
Please, Sign In to add comment