forked from livekit-examples/meet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add link to components to README * use components meet version * update readme * fix index styles * update components * update components * update components
- Loading branch information
Showing
36 changed files
with
1,097 additions
and
2,915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.