Skip to content

Commit

Permalink
Use components (livekit-examples#6)
Browse files Browse the repository at this point in the history
* Add link to components to README

* use components meet version

* update readme

* fix index styles

* update components

* update components

* update components
  • Loading branch information
lukasIO authored Jan 19, 2023
1 parent 9964dc4 commit cf7d889
Show file tree
Hide file tree
Showing 36 changed files with 1,097 additions and 2,915 deletions.
12 changes: 7 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 1. Copy this file and rename it to .env.local
# 2. Update the enviroment variables below.

# URL pointing to the LiveKit server.
LIVEKIT_URL=wss://your-host

# API key and secret. If you use LiveKit Cloud this can be generated via the cloud dashboard.
LIVEKIT_API_KEY=<____key_goes_here____>
LIVEKIT_API_SECRET=<____secret_goes_here____>
LIVEKIT_API_KEY=devkey
LIVEKIT_API_SECRET=secret


## PUBLIC
NEXT_PUBLIC_LK_TOKEN_ENDPOINT=/api/token
NEXT_PUBLIC_LK_SERVER_URL=wss://my-livekit-project.livekit.cloud
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

This project is home for a simple video conferencing app built with LiveKit.

> There's a new meet example app available! Redesigned from the ground up! Check its building blocks out [here](https://github.com/livekit/components-js)
## Tech Stack

- This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
- App is built with [livekit-react](https://github.com/livekit/livekit-react/) library
- App is built with [@livekit/components-react](https://github.com/livekit/components-js/) library

## Demo

Expand Down
140 changes: 0 additions & 140 deletions components/ActiveRoom.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions components/ChatEntry.tsx

This file was deleted.

113 changes: 0 additions & 113 deletions components/ChatOverlay.tsx

This file was deleted.

Loading

0 comments on commit cf7d889

Please sign in to comment.