Type:SessionAccessLevel

From Resonite Wiki

SessionAccessLevel is an Enum that represents the different Access Levels a Session can have. It has the following values:

Values
Name Value Description
Private 0 Only Invited users can join this Session.
LAN 1 Only users on the same Local Area Network(LAN), can join this Session.
Contacts 2 Only Contacts of the Host can join this Session.
ContactsPlus 3 Contacts of the Host and any Contacts of any Guests can join this Session.
RegisteredUsers 4 Users who have a registered Resonite account can join this Session.
Anyone 5 Anyone can join this Session.


Obsolete Values

This enum, has some Obsolete values. These values may appear from time to time but are in the process of being phased out. Do not use these.

Values
Name Value Description
Friends 2 This is an obsolete name for Contacts. 'Do not use this.
FriendsOfFriends 3 This is an obsolete name for ContactsPlus. 'Do not use this.


The values were made obsolete, when the entire "Friends" system was renamed to "Contacts".

See Also