DEBUG
This commit is contained in:
parent
07184eb588
commit
9c68e84a9d
@ -21,11 +21,11 @@ export default class ClientList {
|
||||
const webrtc_init = async () => {
|
||||
const webrtc = new RTCPeerConnection({
|
||||
iceServers: [
|
||||
//{
|
||||
// urls: 'turn:satori.love:3478?transport=udp',
|
||||
// username: 'x-username',
|
||||
// credential: 'x-password'
|
||||
//},
|
||||
{
|
||||
urls: 'turn:satori.love:3478?transport=udp',
|
||||
username: 'x-username',
|
||||
credential: 'x-password'
|
||||
},
|
||||
{
|
||||
urls: [
|
||||
'stun:stun.1und1.de',
|
||||
|
Loading…
Reference in New Issue
Block a user