@include('partials.favicon') @vite(['resources/css/app.css', 'resources/js/meet-room.js']) @php use App\Models\User; use App\Services\Meet\ParticipantPresenter; $joined = $session->participants->whereIn('status', ['joined', 'waiting']); $participantAvatars = ParticipantPresenter::avatarMap($joined, $room->host_user_ref); $joinedParticipants = $joined ->map(fn ($p) => ParticipantPresenter::toArray($p, $participantAvatars, $room->host_user_ref)) ->values(); $roomHostUser = User::query()->where('public_id', $room->host_user_ref)->first(); $roomHost = [ 'user_ref' => $room->host_user_ref, 'display_name' => $roomHostUser?->name ?? 'Host', 'avatar_url' => $roomHostUser?->avatarUrl(), ]; @endphp @if (! $mediaConfigured)
LiveKit is not configured. Set LIVEKIT_URL, LIVEKIT_API_KEY, and LIVEKIT_API_SECRET in .env for video.
@endif

{{ $room->title }}

is_locked) style="display: none" @endunless class="rounded bg-amber-600 px-2 py-0.5 font-medium text-white">Locked

Invite others

Share this link so people can join the meeting.

Passcode:

@csrf
@if ($participant->isHost()) @endif

More options

Meeting tools and extras

@if ($participant->isHost()) @endif
@if ($isWebinar ?? false)

Q&A

  • No questions yet.
@endif

Start breakout rooms

How many breakout rooms should be created?

End meeting for everyone?

All participants will be disconnected and the session will close.