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

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Chad",
"version": "0.3.0-rc.5",
"version": "0.3.0-rc.6",
"identifier": "xyz.koptilnya.chad",
"build": {
"frontendDist": "../.output/public",