Class VoiceChatUser
Inheritance
System.Object
VoiceChatUser
Assembly: Eco.Gameplay.dll
Syntax
public class VoiceChatUser : Object, IController, IViewController, IHasUniversalID
Constructors
VoiceChatUser()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
User
Declaration
public User User { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
VivoxId
Declaration
public string VivoxId { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods