mirror of
https://api.glitch.com/git/yaswvc
synced 2026-01-12 01:38:10 +00:00
💠💵 Checkpoint
./public/main.js:5975361/256 ./views/index.ejs:5975361/2334
This commit is contained in:
parent
9bf2042449
commit
ad8d5bbc75
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ var app = new Vue({
|
|||
'iceServers': [
|
||||
{ urls: 'stun:stun.snikket.freeddns.org:3478' },
|
||||
{
|
||||
urls: ,
|
||||
urls: 'turn:turn.snikket.freeddns.org:3478',
|
||||
username: window.TURN_USER,
|
||||
credential: window.TURN_PW
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="description" content="Yet Another Simple WebRTC Video Chat" />
|
||||
<script>
|
||||
window.TURN_USER_SKT = "<%=TURN_USER%>";
|
||||
window.TURN_USER = "<%=TURN_USER%>";
|
||||
window.TURN_PW = "<%=TURN_PW%>";
|
||||
window.TURN_URL = "<%=TURN_URL%>";
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue