Create a room

Audio-only. Host and assigned speakers talk; everyone else listens and can raise a hand to speak.

@csrf
@if ($members->isNotEmpty())

Team members who can speak when the room is live. You are always the host.

@foreach ($members as $member) @endforeach
@endif
Privacy