|
@@ -23,6 +23,7 @@ class MeetingCenterController extends Controller
|
|
|
|
|
|
$appSession = AppSession::where("session_key",$sessionKey)->first();
|
|
|
$user = new ProModel($appSession->pro);
|
|
|
+ $user->sessionKey = $sessionKey;
|
|
|
$meeting = null;
|
|
|
if ($appSession->is_currently_meeting_participant && $appSession->meetingParticipant->meeting->is_active) {
|
|
|
$meeting = new MeetingWithLobbyModel($appSession->meetingParticipant->meeting);
|