@extends('layouts.app') @section('title', 'Video Call') @section('content')
@php $otherUser = $call->caller_id === auth()->id() ? $call->receiver : $call->caller; @endphp {{ $otherUser->name }}

{{ $otherUser->name }}

{{ ucfirst($call->call_status) }}

Duration

00:00

Credits

0

Connecting...

@endsection @push('scripts') @endpush