Click or drag to resize

RoomSessionroomMembers Property

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.

Namespace:  SoftGear.Strix.Unity.Runtime.Session
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public IDictionary<UID, CustomizableMatchRoomMember> roomMembers { get; }

Property Value

Type: IDictionaryUID, CustomizableMatchRoomMember
See Also