types: Remove viewer role from ParticipantRole enum

This commit is contained in:
Carlos Santos 2025-03-11 17:46:05 +01:00
parent 3ddf7f0b7b
commit 7fbeed09fd

View File

@ -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',
} }