namespace EnotaryoPH.Web.Pages.Participant.VideoCall { public class RoomParticipantViewModel { public string DisplayName { get; set; } public string UID { get; set; } public string RoomUserID { get; set; } public string Type { get; set; } } }