DEBUG
This commit is contained in:
		@@ -18,9 +18,10 @@ export default class ClientList {
 | 
				
			|||||||
                const webrtc_init = () => {
 | 
					                const webrtc_init = () => {
 | 
				
			||||||
                    const webrtc = new RTCPeerConnection({
 | 
					                    const webrtc = new RTCPeerConnection({
 | 
				
			||||||
                        iceServers: [{
 | 
					                        iceServers: [{
 | 
				
			||||||
                            urls: 'turn:satori.love:3478',
 | 
					                            urls: 'turns:satori.love:3478',
 | 
				
			||||||
                            username: 'your-username',
 | 
					                            username: 'your-username',
 | 
				
			||||||
                            credential: 'your-password'
 | 
					                            credential: 'your-password',
 | 
				
			||||||
 | 
					                            credentialType: 'password'
 | 
				
			||||||
                        }]
 | 
					                        }]
 | 
				
			||||||
                    })
 | 
					                    })
 | 
				
			||||||
                    webrtc.onicecandidate = event => {
 | 
					                    webrtc.onicecandidate = event => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user