Table of Contents

Class LobbyMember

Class represents all Lobby Member properties

public class LobbyMember
Inheritance
LobbyMember
Inherited Members

Fields

DisplayNameKey

public const string DisplayNameKey = "DISPLAYNAME"

Field Value

string

MemberAttributes

public Dictionary<string, LobbyAttribute> MemberAttributes

Field Value

Dictionary<string, LobbyAttribute>

ProductId

public ProductUserId ProductId

Field Value

ProductUserId

RTCState

public LobbyRTCState RTCState

Field Value

LobbyRTCState

Properties

DisplayName

public string DisplayName { get; }

Property Value

string