frontend: Update unauthorized error message for participant access
This commit is contained in:
parent
d4abcd26b6
commit
8b1f6c1351
@ -25,15 +25,10 @@ export class UnauthorizedComponent implements OnInit {
|
|||||||
case 'invalid-participant':
|
case 'invalid-participant':
|
||||||
this.message = 'The participant name must be provided';
|
this.message = 'The participant name must be provided';
|
||||||
break;
|
break;
|
||||||
// case 'no-token':
|
case 'unauthorized-participant':
|
||||||
// this.message = 'No token provided';
|
this.message = 'You are not authorized to join this room';
|
||||||
// break;
|
break;
|
||||||
// case 'no-iframe-allowed':
|
|
||||||
// this.message = 'The page is not accessible directly from an iframe. Please use the OpenVidu Embedded';
|
|
||||||
// break;
|
|
||||||
// case 'embedded':
|
|
||||||
// this.message = 'The page is not accessible directly. Please use the OpenVidu Embedded';
|
|
||||||
// break;
|
|
||||||
default:
|
default:
|
||||||
this.message = 'Unauthorized access';
|
this.message = 'Unauthorized access';
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user