Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Enigma-iwnl committed Nov 12, 2024
1 parent 838047d commit a0cb47d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function App() {
<LiveKitRoom
audio={true}
token={liveKitToken}
serverUrl={'wss://testing-idbzy6rb.livekit.cloud'}
serverUrl={process.env.LIVEKIT_URL}
connect={liveKitConnection}
>
<div className="app">
Expand Down
1 change: 0 additions & 1 deletion src/client/VZSidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export const VZSidebar = ({
voiceChatToolTipText = (
<div>
<strong>Open Voice Chat Menu</strong>
<div>WIP</div>
</div>
),
}: {
Expand Down

0 comments on commit a0cb47d

Please sign in to comment.