From e53d3251506076237b0366393edcadf07b0bc4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sun, 1 Oct 2023 13:09:48 +0800 Subject: [PATCH] DEBUG --- public/client.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/client.js b/public/client.js index 03867be..a0fdf7d 100644 --- a/public/client.js +++ b/public/client.js @@ -18,9 +18,10 @@ export default class ClientList { const webrtc_init = () => { const webrtc = new RTCPeerConnection({ iceServers: [{ - urls: 'turn:satori.love:3478', + urls: 'turns:satori.love:3478', username: 'your-username', - credential: 'your-password' + credential: 'your-password', + credentialType: 'password' }] }) webrtc.onicecandidate = event => {