@vite(['resources/js/video-call-component.js'])
@if ($record->callType == 'inbound') {{ __t('Please wait until the client joins the call.') }}
@endif @if ($record->callType == 'outbound')

{{ __t('Link for manually inviting the client to the call:') }}
{{ $inviteUrl }}

@endif
{{-- Normal finish state --}}

{{ __t('Resume the call') }}
{{-- Waiting for client to accept (expert initiated resume) --}}

{{ __t('Cancel') }}
{{-- Client declined (expert initiated, client declined or cancelled) --}}

{{ __t('Resume the call') }}
{{-- Incoming call from client (client initiated resume) --}}

{{ __t('Accept') }}   {{ __t('Decline') }}

{{-- @if ($context->imageQualityOption) --}}

{{-- @endif --}}

@if ($audioSwitcherDuringCallEnabled)
@endif {{-- Debug: Turn on LOCAL audio Debug: Turn off LOCAL audio

--}}