DEBUG
This commit is contained in:
parent
fc5862aa8a
commit
2083f5f8fa
@ -19,9 +19,9 @@ export default class ClientList {
|
||||
const webrtc = new RTCPeerConnection({
|
||||
iceServers: [{
|
||||
urls: 'turn:satori.love:3478',
|
||||
username: '', // 'your-username',
|
||||
credential: '', // await crypto.subtle.digest('SHA-1', new TextEncoder().encode('your-password')),
|
||||
credentialType: 'password'
|
||||
username: 'your-username',
|
||||
credential: await crypto.subtle.digest('SHA-1', new TextEncoder().encode('your-password')),
|
||||
//credentialType: 'password'
|
||||
}]
|
||||
})
|
||||
webrtc.onicecandidate = event => {
|
||||
|
Loading…
Reference in New Issue
Block a user