Commit graph

39 commits

Author SHA1 Message Date
lukasIO
3fa395bbe1
Surface errors in PreJoin (#245)
* Don't use noSSR wrapper for prejoin

* wrap callbacks

* use client for room pages
2024-04-17 14:42:06 +02:00
lukasIO
1b01e60424
Add settings menu (#209)
* Add settings menu

* update livekit deps

* Update components

* Handle unsupported browsers

* make settings model configurable via env

* update env

* better check against env
2024-03-05 15:48:46 +01:00
lukasIO
0dfb52a6b7
Update livekit-server-sdk to v2 (#194) 2024-02-06 12:53:12 +01:00
lukasIO
423c0d1b84
Enable debug client logs (#189)
* enable debug client logs

* use debug mode component

* remove unused imports
2024-01-20 11:40:24 +01:00
David Zhao
5eeb092bd8
Remove console.log (#177) 2023-12-22 09:31:05 -08:00
David Zhao
1d68b92740
Default to VP9 (#168) 2023-12-01 09:35:11 -08:00
lukasIO
4e94e42cd1
Guard against codec array param (#166) 2023-12-01 09:48:39 +01:00
lukasIO
70d5bf5794
Add type assertion for codec param (#165) 2023-11-29 15:37:00 -08:00
David Zhao
b9cb4d26df
Use AV1 by default (for meet rooms) (#163) 2023-11-29 10:57:15 -08:00
lukasIO
789e994c3a
Move e2ee options to index page (#155)
* Move e2ee options to index page

* update readme

* use localuserchoices
2023-11-10 11:30:32 +02:00
David Zhao
e9f89d3cd1
Fix codec and usability of custom tab (#146) 2023-10-26 11:07:59 -07:00
lukasIO
1fecc00332
Use codec query param to choose preferred codec (#143) 2023-10-23 19:34:55 +02:00
David Zhao
a925e83357
Revert "disable vp9 in standard rooms too (#138)" (#141)
This reverts commit 0729fab632.
2023-10-20 22:53:47 -07:00
David Zhao
25f655893a
Revert "Don't use vp9 for now (#137)" (#140)
This reverts commit e4c4cf9920.
2023-10-20 22:49:23 -07:00
David Zhao
0729fab632
disable vp9 in standard rooms too (#138) 2023-10-20 14:16:31 -07:00
lukasIO
e4c4cf9920
Don't use vp9 for now (#137) 2023-10-20 12:44:57 -07:00
David Zhao
495f49ba0e
Use VP9 by default (#132)
* Use VP9 by default

* livekit-client 1.4.1
2023-10-18 23:44:21 -07:00
lukasIO
5567fdd554
Strip hash from passphrase on custom connection (#124) 2023-09-21 15:54:40 +02:00
lukasIO
d14cf0ad18 Use autosubscribe 2023-09-14 18:53:44 +02:00
lukasIO
9ffe0b33cb Revert "temp autosub"
This reverts commit 43416528ad.
2023-09-11 12:07:06 +02:00
lukasIO
43416528ad temp autosub 2023-09-08 18:38:34 +02:00
lukasIO
4110951948
Use simple strings for e2ee and allow for users to type in a custom passphrase (#116)
* wip

* add e2ee options to custom tab and update client
2023-09-07 18:59:34 +02:00
lukasIO
acfff6f8ac
Disable red when e2ee is enabled (#114)
* disable red when e2ee is enabled

* disable red when e2ee is enabled
2023-09-01 08:44:54 +02:00
lukasIO
9ca05b1c3c
Improve e2ee setup (#111) 2023-08-30 19:48:27 +02:00
lukasIO
041d41a5fe
Add e2ee option (#106)
* Add checkbox for e2ee

* add also to custom tab

* fix SSR
2023-08-30 11:25:22 +02:00
lukasIO
14e3bb3c11
Use selective subscriptions (#100) 2023-08-17 19:01:59 +02:00
Jonas Schell
f45b86973d
Add simple form validation to custom meet tab (#67)
* Add simple form validation to custom meet tab

* changes due to feedback
2023-05-02 18:29:26 +02:00
Jonas Schell
59661bf432
fix tab switch bug and minor enhancements (#46)
* reduce data size of svg images

* fix tab selection bug
2023-03-30 18:52:44 +02:00
Jonas Schell
8b68ac9042
Fix-links (#45)
* update link to meet source code

* on leave go back to home page

* just leave page, don't access camera again

* add links more links and styles

* remove ,

* change a tag rel attr from noreferrer to noopner
2023-03-30 13:43:35 +02:00
David Zhao
d6d6f99288
Add tab=custom to jump straight to custom connection (#43)
With the goal of fully replacing example.livekit
2023-03-27 12:06:12 -07:00
lukasIO
bef0e4cc1d
Publish audio and video when connecting with custom connection details (#37) 2023-03-17 14:45:50 +01:00
lukasIO
784f19ae3b
Support for custom connection details (#31)
* support for custom connection details

* update styles

* use correct container

* Restyle

* remove redundant styling

---------

Co-authored-by: Mark Otto <markdotto@gmail.com>
2023-03-13 16:46:37 +01:00
lukasIO
3d623b5dbc
Add hq publishing mode (#30)
* Add hq publishing mode

* remove unused vars
2023-03-07 15:51:08 +01:00
lukasIO
b9654cea73
Fix upgrade error (#22) 2023-02-14 08:40:08 +00:00
Paul Wells
dcc9c0cf24
add chat link formatter (#11) 2023-01-20 10:09:26 -08:00
lukasIO
f4a301c116
Change env var names, add support for region query (#10) 2023-01-20 15:41:00 +01:00
Jonas Schell
e234a76293
Fix statically rendered, missing room param warning (#9) 2023-01-20 11:18:39 +01:00
lukasIO
cf7d8890c1
Use components (#6)
* Add link to components to README

* use components meet version

* update readme

* fix index styles

* update components

* update components

* update components
2023-01-19 19:56:00 +01:00
Lukas
c25b0fc713 Initial public release 2022-10-24 17:03:12 +02:00