| UserProfileType Enumeration |
The different profile types assigned to platform users
Namespace:
ImmerseSDK.Sessions
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax Members
| Member name | Value | Description |
---|
| Admin | 1000 |
A platform admininstator
|
| Owner | 1100 |
The owner of the current space
|
| Facilitator | 1200 |
A Participant that has been given the privilages of an Owner for the current space
|
| Participant | 1300 |
A regular user that can interact with the scene
|
| Spectator | 1400 |
A user that cannot interact with the scene
|
| Reviewer | 1500 |
A user that has joined the playback of a recorded session as a reviewer
|
See Also