From ba7e40fa209e62ff0adf36af9ca23a0fd5188bdc Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 18 Jan 2026 08:51:44 +0000 Subject: [PATCH] Update LiveKit URLs to production endpoints Co-Authored-By: Claude Opus 4.5 --- package-lock.json | 4 ++-- src/components/Live/useLiveKit.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65beccb..e674ad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sociowire-frontend", - "version": "0.0.0", + "version": "0.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sociowire-frontend", - "version": "0.0.0", + "version": "0.0.22", "dependencies": { "@fortawesome/fontawesome-free": "^7.1.0", "axios": "^1.13.2", diff --git a/src/components/Live/useLiveKit.js b/src/components/Live/useLiveKit.js index 407a926..54e75fc 100644 --- a/src/components/Live/useLiveKit.js +++ b/src/components/Live/useLiveKit.js @@ -7,8 +7,8 @@ import { createLocalAudioTrack, } from "livekit-client"; -const LIVEKIT_URL = "wss://live.us4.sociowire.com"; -const LIVEKIT_API = "https://stream.us4.sociowire.com"; +const LIVEKIT_URL = "wss://stream.sociowire.com"; +const LIVEKIT_API = "https://www.sociowire.com"; /** * Hook for LiveKit-based live streaming