22 Commits

Author SHA1 Message Date
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
Sujith Thirumalaisamy
5c2b72efa4
Merge branch 'develop' into custom-layout 2025-03-17 20:05:47 +05:30
aliraza556
c897455265 feat: implement Sphinx-style participant tiles in video conference 2025-03-17 20:01:33 +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
94f0d38a96 dockerfile changes 2025-01-16 11:04:56 -08:00
Evan Feenstra
6d8112c4f3 post recording to sphinx runner 2024-10-11 16:20:24 -07:00
Evan Feenstra
9bb0b2b5e8 now var 2024-10-10 15:40:21 -07:00
Evan Feenstra
4f6c9336c6 recording to s3 2024-10-10 15:13:34 -07:00
Evan Feenstra
de8514228c transcripts 2024-10-02 12:42:27 -07:00
Evan Feenstra
70b50053e8 prod docker build
'
2024-09-23 20:26:53 -07:00
lukasIO
bf86c02e59
Revert "feat(app): add connection details headers (#335)" (#338)
This reverts commit 8e7c8adab85ab8f98b76aeed681cd6dbea185091.
2024-09-20 17:16:42 +02:00
lukasIO
c24b42eaad
Fix height of custom page (#336) 2024-09-19 18:06:00 +02:00
Tobias Fried
8e7c8adab8
feat(app): add connection details headers (#335) 2024-09-18 22:01:26 -06:00
Jonas Schell
aa9ce71ae8
Remove fixed positioning from footer component (#325) 2024-09-12 16:28:46 +02:00
Jonas Schell
c35dea2f97
refactor: update URL construction in handlePreJoinSubmit function (#316) 2024-09-09 18:21:56 +02:00
Jonas Schell
9f44291bc9
chore: update participant identity generation (#306)
* chore: Update participant identity generation in connection-details route

* chore: Update and cleanup dependencies
2024-08-26 17:06:09 +02:00
Jonas Schell
f39a4f4d6e
fix broken region handling (#305)
* fix broken region handling

* chore: Move getLiveKitURL function to local scope
2024-08-23 14:54:21 +02:00
Jonas Schell
f2f4ada03d
Refactor app use connection details endpoint (#302)
* update to connection-details endpoint

* chore: Update .env.example

* chore: Update .env.example

* remove fallback logic

* chore: Update connection details property names
2024-08-23 09:48:49 +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