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