Rooms

Audio-only discussions with a host, assigned speakers, and listeners.

Create room
@forelse ($spaces as $room) @include('meet.partials.room-card', [ 'room' => $room, 'detailsRoute' => route('meet.spaces.show', $room), ]) @empty

No rooms yet. Create one to host a private discussion.

@endforelse
{{ $spaces->links() }}