Update LiveKit URLs to production endpoints
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4ff882c459
commit
ba7e40fa20
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue