5 Commits

Author SHA1 Message Date
renovate[bot]
c1cbbd943d
fix(deps): update livekit dependencies (non-major) (#344)
* fix(deps): update livekit dependencies (non-major)

* Update import path for krisp

* irngore misonfigured tinykeys package

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lukasIO <mail@lukasseiler.de>
2024-10-02 15:37:41 +02:00
lukasIO
dad25ad9b0
Enable lib check in TS (#324) 2024-09-12 16:21:13 +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
Jonas Schell
6254981980
turn on source maps for production (#59)
* turn on source maps

* add source-map-loader
2023-04-21 11:19:55 +02:00
Lukas
c25b0fc713 Initial public release 2022-10-24 17:03:12 +02:00