debug
This commit is contained in:
		@@ -19,8 +19,8 @@ export default class ClientList {
 | 
				
			|||||||
                    const webrtc = new RTCPeerConnection({
 | 
					                    const webrtc = new RTCPeerConnection({
 | 
				
			||||||
                        iceServers: [{
 | 
					                        iceServers: [{
 | 
				
			||||||
                            urls: 'turn:satori.love:3478',
 | 
					                            urls: 'turn:satori.love:3478',
 | 
				
			||||||
                            username: 'your-username',
 | 
					                            username: 'x-username',
 | 
				
			||||||
                            credential: 'your-password', //await crypto.subtle.digest('SHA-1', new TextEncoder().encode('your-password')),
 | 
					                            credential: 'x-password', //await crypto.subtle.digest('SHA-1', new TextEncoder().encode('your-password')),
 | 
				
			||||||
                            //credentialType: 'password'
 | 
					                            //credentialType: 'password'
 | 
				
			||||||
                        }]
 | 
					                        }]
 | 
				
			||||||
                    })
 | 
					                    })
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user