Enum JoinableUserTypes
Users who can join Player Sessions without invitations
Namespace: Unity.PSN.PS5.Sessions
Syntax
public enum JoinableUserTypes
Fields
| Name | Description |
|---|---|
| Anyone | Anyone can join without an invitation |
| Friends | Friends of the leader can join without invitations |
| FriendsOfFriends | Friends of friends of the leader can join without invitations |
| NoOne | No one can join without an invitation |
| NotSet | Not set |
| SpecifiedUsers | Users who have been registered on the JoinableSpecifiedUsers list can join without invitations |