diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml.cs b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml.cs index 8514e3b..85ec2a3 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml.cs +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml.cs @@ -147,6 +147,7 @@ namespace EnotaryoPH.Web.Pages.Participant.VideoCall .Include(t => t.Principal) .Include(t => t.Schedule) .ThenInclude(sch => sch.LawyerVideoConferenceParticipants) + .ThenInclude(p => p.Participant) .Include(t => t.TransactionDocument) .FirstOrDefault(t => t.Transaction_UID == Transaction_UID);