new stun server

This commit is contained in:
2026-05-24 16:29:42 +06:00
parent ecb1cbbb91
commit 87a1f348be
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ interface SpeakingClient {
}
const ICE_SERVERS: RTCIceServer[] = [
{ urls: 'stun:stunserver2025.stunprotocol.org:3478' },
{ urls: 'stun:stun.l.google.com:19302' },
{ urls: 'stun:stun.l.google.com:5349' },
{ urls: 'stun:stun1.l.google.com:3478' },