From 9c68e84a9d9ac373f52c4ea28085abaab1d89122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Fri, 6 Oct 2023 04:25:17 +0800 Subject: [PATCH] DEBUG --- public/client.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/client.js b/public/client.js index 0e0cc15..54b9aee 100644 --- a/public/client.js +++ b/public/client.js @@ -21,11 +21,11 @@ export default class ClientList { const webrtc_init = async () => { const webrtc = new RTCPeerConnection({ iceServers: [ - //{ - // urls: 'turn:satori.love:3478?transport=udp', - // username: 'x-username', - // credential: 'x-password' - //}, + { + urls: 'turn:satori.love:3478?transport=udp', + username: 'x-username', + credential: 'x-password' + }, { urls: [ 'stun:stun.1und1.de',