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