Adds authentication error page.
When we receive a conference failed event with reason not allowed we show that page.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/all.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="redirectPageMessage">Sorry! You are not allowed to be here :(</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user