10 Commits

Author SHA1 Message Date
Nikita
c4bb9aec12 Refactor chat message formatting and enhance subtitle settings 2025-12-09 11:03:32 -08:00
lukasIO
baa4e787a2
Default to dual peer connection for custom tab (#496) 2025-11-20 15:55:51 +01:00
lukasIO
49b83637dc
Enable singlePC mode for meet also on prod (#493)
* Enable singlePC mode for meet also on prod

* fix
2025-11-10 11:04:29 +01:00
lukasIO
03aac6591a
Enable single pc connection on staging (#488)
* Enable single pc connection on staging

* fix deps

* 'security'

* vp9

* use util
2025-10-16 10:32:49 +02:00
David Zhao
f13f8df08e
Dynamic handling of low-power devices (#450) 2025-07-03 19:03:38 +02:00
lukasIO
c4ea8a31ec
Unify e2ee setup on demo and custom page (#434)
* Unify e2ee setup on demo and custom page

* fix
2025-05-27 16:40:42 +02:00
lukasIO
bfde08ea91
fix: recreate options when e2ee enabled changes (#432) 2025-05-27 10:08:33 +02:00
Tobias Fried
8a9a5a0aef
feat: add common keyboard shortcuts (#424)
Co-authored-by: lukasIO <mail@lukasseiler.de>
2025-05-21 09:59:03 -06:00
lukasIO
8b2ee6c324
Adopt room context provider pattern (#412) 2025-04-15 20:26:07 +02:00
Jonas Schell
15e58cd797
Migrate to Next app router (#297)
* Migrate Home Page to App Router

* Update themeColor from layout.tsx

* port room page to app router

* small changes

* port custom page to app router

* port token and url api routes

* port start stop routes

* Refactor error handling in GET function

* delete pages folder

* remove unused function

* remove deprecated field

from docs: @deprecated — will be enabled by default and removed in Next.js 15

* wrap useSearchParams in Suspense

* split up custom page into server and client component

* update imports

* simplify

* Refactor error handling in GET function

* refactor to use props for components

* Refactor video codec validation and handling

* Refactor LiveKitRoom component to handle null liveKitUrl

* refactor: improve video codec validation and handling

* add video codec typeguard

* fix isVideoCodec
2024-08-21 14:05:42 +02:00