Click or drag to resize

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
C#
public enum ProfileType
Members
  Member nameValueDescription
Admin1000 A platform admininstator
Owner1100 The owner of the current space
Facilitator1200 A Participant that has been given the privilages of an Owner for the current space
Participant1300 A regular user that can interact with the scene
Spectator1400 A user that cannot interact with the scene
Reviewer1500 A user that has joined the playback of a recorded session as a reviewer
See Also