Type:SessionAccessLevel: Difference between revisions

From Resonite Wiki
Created page with "SessionAccessLevel is an Enum that represents the different Access Levels a Session can have. It has the following values: {{Table EnumValues |Private|0| |LAN|1| |Contacts|2| |Friends|2|This is an obsolete alternative name for <code>Contacts</code>. |ContactsPlus|3| |FriendsOfFriends|3|This is an obsolete alternative name for <code>ContactsPlus</code>. |RegisteredUsers|4| |Anyone|5| }}"
 
m Add categories
Line 11: Line 11:
|Anyone|5|
|Anyone|5|
}}
}}
[[Category:Type]]
[[Category:Enums]]

Revision as of 19:18, 1 March 2024

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
LAN 1
Contacts 2
Friends 2 This is an obsolete alternative name for Contacts.
ContactsPlus 3
FriendsOfFriends 3 This is an obsolete alternative name for ContactsPlus.
RegisteredUsers 4
Anyone 5