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:
@@ -14,9 +14,12 @@ class SpaceServiceTest extends TestCase
|
||||
$space = new Room(['type' => 'space']);
|
||||
$meeting = new Room(['type' => 'meeting']);
|
||||
|
||||
foreach (['breakouts', 'chat', 'qa', 'polls', 'files', 'whiteboard', 'programme', 'live_stream', 'lock'] as $feature) {
|
||||
foreach (['breakouts', 'qa', 'polls', 'files', 'whiteboard', 'programme', 'live_stream', 'lock'] as $feature) {
|
||||
$this->assertFalse($service->allowsRoomFeature($space, $feature), $feature);
|
||||
$this->assertTrue($service->allowsRoomFeature($meeting, $feature), $feature);
|
||||
}
|
||||
|
||||
$this->assertTrue($service->allowsRoomFeature($space, 'chat'));
|
||||
$this->assertTrue($service->allowsRoomFeature($meeting, 'chat'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user