diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml index e81d207..d62cb49 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Participant/VideoCall/Room.cshtml @@ -1,5 +1,6 @@ @page "{Transaction_UID}" @using System.Text.Json +@using Syncfusion.EJ2 @model EnotaryoPH.Web.Pages.Participant.VideoCall.RoomModel @{ Layout = "_Blank"; @@ -40,8 +41,6 @@ margin-bottom: 10px; padding: 10px; border-radius: 5px; -/* background-color: #f9f9f9; */ -/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */ } .avatar { @@ -61,6 +60,30 @@ cursor: move; } + + + + }
@@ -137,21 +160,41 @@ -