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.5.0.0 (3.5.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.
See Also