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 {
|
||||
MODERATOR = 'moderator',
|
||||
PUBLISHER = 'publisher',
|
||||
// VIEWER = 'viewer',
|
||||
PUBLISHER = 'publisher'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user