Skip to content

Commit

Permalink
Merge pull request #81 from xi-effect/staging
Browse files Browse the repository at this point in the history
feat: live-kit server url to our server
  • Loading branch information
unknownproperty authored Jun 12, 2024
2 parents 0873fea + eaacda4 commit c5c6998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pkg.module.videoconference/VideoConference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Room } from 'livekit-client';
import { ActiveRoom } from './components/ActiveRoom';
import { PreJoinSection } from './components/PreJoinSection';

export const serverUrl = 'wss://test-ztiuaccr.livekit.cloud';
export const serverUrl = 'wss://livekit.xieffect.ru';

type VideoConferenceT = {
token: string;
Expand Down

0 comments on commit c5c6998

Please sign in to comment.