Click or drag to resize

RoomSessionselfRoomMember Property

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.

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public CustomizableMatchRoomMember selfRoomMember { get; }

Property Value

Type: CustomizableMatchRoomMember
See Also