diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml
index a51a119..e81d207 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml
@@ -127,7 +127,7 @@
diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml.js b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml.js
index 491844f..8506af8 100644
--- a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml.js
+++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml.js
@@ -20,6 +20,7 @@
control_participantListGroup = document.getElementById("ParticipantListGroup"),
control_selfieImage = document.getElementById("SelfieImage"),
control_identificationImage = document.getElementById("IdentificationImage"),
+ control_signatoryName = document.getElementById("SignatoryName"),
x = 1;
let participants = JSON.parse(control_participants.value);
@@ -254,7 +255,7 @@
if (!participant) {
return;
}
-
+ control_signatoryName.textContent = participant.DisplayName;
let selfieUrl = jfa.utilities.routing.getCurrentURLWithHandler("SelfieImage");
selfieUrl.searchParams.append("meetingRoomUserID", participant.RoomUserID);