Restyle audio room speaker cards like Spaces and add room chat to the toolbar.
Deploy Ladill Meet / deploy (push) Successful in 49s
Deploy Ladill Meet / deploy (push) Successful in 49s
Use a three-column avatar grid with role labels and speaking/muted indicators, enable chat in audio rooms, and swap the mobile People nav button for Chat since People stays in the header. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class SpaceService
|
||||
|
||||
/**
|
||||
* Whether a live-room feature is available for this room type.
|
||||
* Audio rooms (Spaces) mirror Twitter Spaces — no breakouts, chat, Q&A, etc.
|
||||
* Audio rooms (Spaces) mirror Twitter Spaces — no breakouts, Q&A, etc.
|
||||
*/
|
||||
public function allowsRoomFeature(Room $room, string $feature): bool
|
||||
{
|
||||
@@ -61,7 +61,6 @@ class SpaceService
|
||||
|
||||
return ! in_array($feature, [
|
||||
'breakouts',
|
||||
'chat',
|
||||
'qa',
|
||||
'polls',
|
||||
'files',
|
||||
|
||||
Reference in New Issue
Block a user