16 Commits

Author SHA1 Message Date
SujithThirumalaisamy
8f6b767cbc Fixed ProfileImage and ParticipantCount 2025-04-10 01:01:04 +05:30
SujithThirumalaisamy
d4a91a32cc Removed unused imports 2025-04-07 23:34:11 +05:30
SujithThirumalaisamy
89567b4e71 Moved chat icon and fixed track render 2025-04-07 23:08:01 +05:30
SujithThirumalaisamy
e34b8a39af Added custom Layout for Focus 2025-04-07 22:54:34 +05:30
SujithThirumalaisamy
37d134c81c Added Chat 2025-04-07 20:39:07 +05:30
SujithThirumalaisamy
58b5ebb559 Fixed the color as per video 2025-04-06 20:57:33 +05:30
SujithThirumalaisamy
9734b5e1e3 Added global state for isRecording and recorder for record button function 2025-04-06 20:49:17 +05:30
SujithThirumalaisamy
1947856c08 Added Recording function to the control bar 2025-04-05 22:03:34 +05:30
SujithThirumalaisamy
4660cd9a24 Added participants List 2025-03-20 22:22:01 +05:30
SujithThirumalaisamy
3995ab0486 Fixed settings and icons 2025-03-18 20:32:21 +05:30
SujithThirumalaisamy
3676fb5543 Refactored Custom Layout 2025-03-17 21:18:15 +05:30
anujsb
e6f9cf9a43 fix : added settings and Participants button 2025-02-25 23:08:30 +05:30
anujsb
9f6c4d7249 Fix : LiveKit call redesign - Bottom bar 2025-02-23 17:32:31 +05:30
Evan Feenstra
de8514228c transcripts 2024-10-02 12:42:27 -07:00
lukasIO
c24b42eaad
Fix height of custom page (#336) 2024-09-19 18:06:00 +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