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