|
@@ -17,7 +17,7 @@
|
|
|
<span class="font-weight-bold">
|
|
|
<?= $record->is_client_video_turned_on ? '<span class="text-success">ON</span>' : '<span class="text-secondary">OFF</span>' ?>
|
|
|
</span>
|
|
|
- @if(isset($inCallWithPros) && count($inCallWithPros))
|
|
|
+ @if($record->is_online && $record->is_client_video_turned_on && isset($inCallWithPros) && count($inCallWithPros))
|
|
|
<div class="my-1 font-weight-bold">Currently talking to:</div>
|
|
|
@foreach($inCallWithPros as $inCallPro)
|
|
|
<div class="d-block my-1">
|