Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aravindanve/livemeet-client
Web client for a simple video conferencing app written in react with livekit.
https://github.com/aravindanve/livemeet-client
livekit react video-conferencing
Last synced: 7 days ago
JSON representation
Web client for a simple video conferencing app written in react with livekit.
- Host: GitHub
- URL: https://github.com/aravindanve/livemeet-client
- Owner: aravindanve
- Created: 2022-07-03T08:23:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T03:47:18.000Z (about 2 years ago)
- Last Synced: 2024-11-19T15:49:40.909Z (about 2 months ago)
- Topics: livekit, react, video-conferencing
- Language: JavaScript
- Homepage:
- Size: 577 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveMeet Client
Web client for a simple video conferencing app written in react with livekit.
**In development, not ready for use in production**
## Core Features
- [x] Sign in with Google
- [x] Create meeting
- [x] Find meeting by code or link
- [x] Get ready with camera and microphone
- [x] Mute or change camera and microphone
- [x] Join meeting as admin
- [x] Ask to join meeting as guest
- [ ] Admit guests into the meeting as admin
- [ ] Show media permission errors in meeting
- [x] Grid view for participants
- [ ] Speaker view for participants
- [ ] Participants side panel and count
- [ ] Chat side panel
- [ ] Meeting info side panel
- [ ] End meeting for all
- [ ] Screen sharing
- [ ] Full screen mode
- [ ] Participant signal quality and stats
- [ ] Github actions workflow
- [ ] Kubernetes manifests or helm chart## Additional Features
- [ ] Admit guests into the meeting as guest
- [ ] Persist participants in meeting
- [ ] Cloud recording## Develop
```bash
npm run dev
```