types: Remove viewer role from ParticipantRole enum
This commit is contained in:
parent
3ddf7f0b7b
commit
7fbeed09fd
@ -14,6 +14,5 @@ export interface ParticipantPermissions {
|
|||||||
*/
|
*/
|
||||||
export const enum ParticipantRole {
|
export const enum ParticipantRole {
|
||||||
MODERATOR = 'moderator',
|
MODERATOR = 'moderator',
|
||||||
PUBLISHER = 'publisher',
|
PUBLISHER = 'publisher'
|
||||||
// VIEWER = 'viewer',
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user