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 => {