RoomSession Class |
Namespace: SoftGear.Strix.Unity.Runtime.Session
public class RoomSession : AbstractSession
The RoomSession type exposes the following members.
| Name | Description | |
|---|---|---|
| RoomSession | Initializes a new instance of the RoomSession class |
| Name | Description | |
|---|---|---|
| replicaClient | ||
| replicaData | ||
| room |
Represents the match room you are currently joined to.
See CustomizableMatchRoom for a list of possible information you can get.
| |
| roomClient | ||
| roomData | ||
| roomMembers |
A list of all members in the match room that you are currently joined to. For Strix Network the room members will always be of type CustomizableMatchRoomMember. | |
| selfRoomMember |
Represents your own room member when you are joined to a match room.
You can use this to get the information about your own member such as ID, name, and custom properties. See CustomizableMatchRoomMember.
| |
| syncTimeClient |
| Name | Description | |
|---|---|---|
| CreateMessageChannelListener | (Overrides AbstractSessionCreateMessageChannelListener.) | |
| FireClosedEvent | (Overrides AbstractSessionFireClosedEvent(StrixNetworkCloseEventArgs).) | |
| HttpPostAuthTokenRequest | ||
| Login | (Overrides AbstractSessionLogin(IMessageChannel).) | |
| Process | (Overrides AbstractSessionProcess.) | |
| SendRestoreSessionMessage |