export enum WhiteboardJoinPolicy { FreeToJoin, RequestToJoin, Private } export enum WhiteboardState { Active, Inactive, Deleted }