Click or drag to resize

RoomMemberPropertiesproperties Property

Custom room member properties. Can be used to store any data related to the room member.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public Dictionary<string, Object> properties { get; set; }

Property Value

Type: DictionaryString, Object
See Also