File tree Expand file tree Collapse file tree 3 files changed +139
-0
lines changed
Expand file tree Collapse file tree 3 files changed +139
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,35 @@ Steps to get a local dev setup up and running:
17173 . Update the missing environment variables in the newly created ` .env.local ` file.
18184 . Run ` pnpm dev ` to start the development server and visit [ http://localhost:3000 ] ( http://localhost:3000 ) to see the result.
19195 . Start development 🎉
20+
21+ ## Features
22+
23+ The follings are basic features, if you want more details, see [ FEATURE] ( ./log/FEATURE.md )
24+
25+ - [ ] Prejoin before join the room
26+ - [x] Basic
27+ - [ ] More settings
28+ - [ ] Room for chat
29+ - [x] Mircophone
30+ - [x] Camera
31+ - [x] Screen Share
32+ - [ ] Settings
33+ - [x] Leave
34+ - [x] Different chat Layouts
35+ - [ ] Wave|Remind others
36+ - [x] Permission
37+ - [x] Request
38+ - [x] Description and guide
39+ - [ ] Participant
40+ - [ ] Status
41+ - [ ] Settings
42+ - [ ] AI
43+ - [x] Noice cancellation
44+ - [ ] Virtual role
45+ - [x] i18n
46+ - [x] Chinese
47+ - [x] English
48+ - [x] e2ee
49+ ### CHANGELOG
50+
51+ See [ CHANGELOG] ( ./log/CHANGELOG.md )
Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ ## v0.1.0
4+
5+ - date: 2025-03-26
6+ - branch: main
7+
8+ ### Features
9+
10+ - Basic prejoin before join the room
11+ - Room
12+ - Mircophone
13+ - Camera
14+ - Screen Share
15+ - Leave
16+ - Different chat Layouts
17+ - Permission
18+ - Request
19+ - Description and guide
20+ - AI
21+ - Noice cancellation
22+ - i18n
23+ - Chinese
24+ - English
25+ - e2ee
26+
27+ ### Fixes
Original file line number Diff line number Diff line change 1+ # FEATURES
2+
3+ ## Prejoin before join the room
4+
5+ ### Basic
6+
7+ - [x] Mircophone
8+ - [x] Camera
9+ - [x] Preview for Video
10+ - [x] Username
11+ - [x] Join room
12+
13+ ### More settings
14+
15+ - [ ] Volume adjust
16+ - [ ] Volume test
17+ - [ ] Microphone device selection
18+ - [ ] Video blur adjust
19+ - [ ] Video blur test
20+ - [ ] Camera device selection
21+ - [ ] Reset Settings
22+
23+ ## Room for chat
24+
25+ ### Basic
26+
27+ - [x] Mircophone
28+ - [x] Camera
29+ - [x] Screen Share
30+ - [x] Leave
31+ - [x] Different chat Layouts
32+
33+
34+ #### Settings
35+
36+ - [ ] General
37+ - [ ] Username
38+ - [ ] User status
39+ - [ ] Audio
40+ - [ ] Volume
41+ - [ ] Selection
42+ - [ ] Video
43+ - [ ] Blur
44+ - [ ] Selection
45+ - [ ] Screen Blur
46+ - [ ] Virtual
47+ - [ ] Models
48+ - [ ] Backgrounds
49+ - [ ] Active or not
50+ - [ ] Detect check
51+ - [ ] About Us
52+
53+ #### RPC
54+
55+ - [ ] Others cursors focus
56+ - [ ] Wave|Remind others
57+
58+ ## Permission
59+
60+ - [x] Request
61+ - [x] Description and guide
62+
63+ ## Participant
64+
65+ - [ ] Status
66+ - [ ] Settings
67+
68+ ## AI
69+
70+ - [x] Noice cancellation
71+ - [ ] Virtual role
72+
73+ ## i18n
74+
75+ - [x] Chinese
76+ - [x] English
77+
78+ ## e2ee
79+
80+ - [x] enabled
You can’t perform that action at this time.
0 commit comments