diff --git a/public/client.js b/public/client.js index 294c918..2ad10bb 100644 --- a/public/client.js +++ b/public/client.js @@ -19,8 +19,8 @@ export default class ClientList { const webrtc = new RTCPeerConnection({ iceServers: [{ urls: 'turn:satori.love:3478', - username: 'your-username', - credential: 'your-password', //await crypto.subtle.digest('SHA-1', new TextEncoder().encode('your-password')), + username: 'x-username', + credential: 'x-password', //await crypto.subtle.digest('SHA-1', new TextEncoder().encode('your-password')), //credentialType: 'password' }] })