1
0
Fork 0
mirror of https://api.glitch.com/git/yaswvc synced 2026-01-12 03:18:10 +00:00

💠💵 Checkpoint

./public/main.js:5975361/256
./views/index.ejs:5975361/2334
This commit is contained in:
Glitch (peerjs-video) 2020-09-11 22:53:22 +00:00
parent 9bf2042449
commit ad8d5bbc75
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ var app = new Vue({
'iceServers': [ 'iceServers': [
{ urls: 'stun:stun.snikket.freeddns.org:3478' }, { urls: 'stun:stun.snikket.freeddns.org:3478' },
{ {
urls: , urls: 'turn:turn.snikket.freeddns.org:3478',
username: window.TURN_USER, username: window.TURN_USER,
credential: window.TURN_PW credential: window.TURN_PW
} }

View file

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta name="description" content="Yet Another Simple WebRTC Video Chat" /> <meta name="description" content="Yet Another Simple WebRTC Video Chat" />
<script> <script>
window.TURN_USER_SKT = "<%=TURN_USER%>"; window.TURN_USER = "<%=TURN_USER%>";
window.TURN_PW = "<%=TURN_PW%>"; window.TURN_PW = "<%=TURN_PW%>";
window.TURN_URL = "<%=TURN_URL%>"; window.TURN_URL = "<%=TURN_URL%>";
</script> </script>