DEBUG:TURN SERVER
This commit is contained in:
parent
9864b9bb5f
commit
6d8c94484c
@ -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