Commit graph

14 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
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
e9f89d3cd1
Fix codec and usability of custom tab (#146) 2023-10-26 11:07:59 -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
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
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
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