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