From c053b861d9a8e275049074065cd1e6af6ace5618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sun, 1 Oct 2023 13:12:18 +0800 Subject: [PATCH] DEBUG --- public/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/client.js b/public/client.js index a0fdf7d..49a024e 100644 --- a/public/client.js +++ b/public/client.js @@ -18,7 +18,7 @@ export default class ClientList { const webrtc_init = () => { const webrtc = new RTCPeerConnection({ iceServers: [{ - urls: 'turns:satori.love:3478', + urls: 'turn:satori.love:3478', username: 'your-username', credential: 'your-password', credentialType: 'password'