|
@@ -55,6 +55,9 @@ class ProController extends Controller
|
|
|
if(!empty($uid)) {
|
|
|
$client = DB::table('client')->where('uid', $uid)->first();
|
|
|
}
|
|
|
+ else if($pro->in_meeting_with_client_id) {
|
|
|
+ $client = DB::table('client')->where('id', $pro->in_meeting_with_client_id)->first();
|
|
|
+ }
|
|
|
return view('pro-call', [
|
|
|
'guest' => false,
|
|
|
'session' => $session,
|