Class PlayerSessionRequests.JoinedPlayerSession
Joined player session info
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class JoinedPlayerSession
Properties
Platform
The platform for the session
Declaration
public SessionPlatforms Platform { get; }
Property Value
| Type | Description |
|---|---|
| SessionPlatforms |
SessionId
The session id joined by the user
Declaration
public string SessionId { get; }
Property Value
| Type | Description |
|---|---|
| String |