DEBUG:TURN SERVER

This commit is contained in:
2023-10-05 21:11:17 +08:00
parent 9864b9bb5f
commit 6d8c94484c
1 changed files with 5 additions and 5 deletions

View File

@ -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',