Update LiveKit URLs to production endpoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Your Name 2026-01-18 08:51:44 +00:00
parent 4ff882c459
commit ba7e40fa20
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "sociowire-frontend", "name": "sociowire-frontend",
"version": "0.0.0", "version": "0.0.22",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sociowire-frontend", "name": "sociowire-frontend",
"version": "0.0.0", "version": "0.0.22",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0", "@fortawesome/fontawesome-free": "^7.1.0",
"axios": "^1.13.2", "axios": "^1.13.2",

View File

@ -7,8 +7,8 @@ import {
createLocalAudioTrack, createLocalAudioTrack,
} from "livekit-client"; } from "livekit-client";
const LIVEKIT_URL = "wss://live.us4.sociowire.com"; const LIVEKIT_URL = "wss://stream.sociowire.com";
const LIVEKIT_API = "https://stream.us4.sociowire.com"; const LIVEKIT_API = "https://www.sociowire.com";
/** /**
* Hook for LiveKit-based live streaming * Hook for LiveKit-based live streaming