Add Conferences and audio-only Rooms, plus mobile schedule icon.
Deploy Ladill Meet / deploy (push) Successful in 1m29s

Split town_hall into a Conferences sidebar flow and Spaces-style Rooms with host/speaker/listener roles; enforce audio-only LiveKit UI for rooms; show schedule icon on mobile meetings index.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 19:16:54 +00:00
co-authored by Cursor
parent 1705e6b435
commit 63af522380
25 changed files with 897 additions and 37 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class WebinarService
public function canPublish(Room $room, Participant $participant): bool
{
if ($room->type !== 'webinar') {
if (! in_array($room->type, ['webinar', 'town_hall'], true)) {
return true;
}