Expanded on existing whiteboard
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace AipsCore.Domain.Models.Whiteboard.Enums;
|
||||
|
||||
public enum WhiteboardJoinPolicy
|
||||
{
|
||||
FreeToJoin,
|
||||
RequestToJoin,
|
||||
Private
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace AipsCore.Domain.Models.Whiteboard.Enums;
|
||||
|
||||
public enum WhiteboardState
|
||||
{
|
||||
Active,
|
||||
Inactive,
|
||||
Deleted
|
||||
}
|
||||
Reference in New Issue
Block a user