add video call room
This commit is contained in:
parent
c5c2ac29cf
commit
b313d21a11
@ -0,0 +1,4 @@
|
|||||||
|
@page
|
||||||
|
@model EnotaryoPH.Web.Pages.Participant.VideoCall.RoomModel
|
||||||
|
@{
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||||
|
|
||||||
|
namespace EnotaryoPH.Web.Pages.Participant.VideoCall
|
||||||
|
{
|
||||||
|
public class RoomModel : PageModel
|
||||||
|
{
|
||||||
|
public void OnGet()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user