01/software/source/clients/meet
Ben Xu bd6f530be7 replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
..
.github replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
app replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
public replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
styles replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
.env.example replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
.eslintrc.json replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
.gitignore replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
.prettierignore replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
.prettierrc replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
LICENSE replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
README.md replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
next-env.d.ts replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
next.config.js replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
package.json replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
pnpm-lock.yaml replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
renovate.json replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00
tsconfig.json replace hosted livekit meet with local meet link 2024-12-30 15:23:35 -05:00

README.md

LiveKit Meet Client

This is a clone of the LiveKit Meet open source video conferencing app built on LiveKit Components, LiveKit Cloud, and Next.js. Used as a simple web interface to the 01 with screenshare and camera functionality. Can be run using a fully local model, STT, and TTS.

Usage

Run the following command in the software directory to open a Meet instance.

poetry run 01 --server livekit --meet

Setup

Ensure that you're in the meet directory. Then run pnpm install to install all dependencies. You're now all set to get up and running!