Click or drag to resize

RoomSession Class

A class representing a room server session.
Inheritance Hierarchy

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class RoomSession : AbstractSession

The RoomSession type exposes the following members.

Constructors
  NameDescription
Public methodRoomSession
Initializes a new instance of the RoomSession class
Top
Properties
  NameDescription
Public propertyreplicaClient
Public propertyreplicaData
Public propertyroom
Represents the match room you are currently joined to. See CustomizableMatchRoom for a list of possible information you can get.
Public propertyroomClient
Public propertyroomData
Public propertyroomMembers
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.
Public propertyselfRoomMember
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.
Public propertysyncTimeClient
Top
Methods
See Also