Class vx_participant_t
Inheritance
vx_participant_t
Assembly: VivoxUnity.dll
Syntax
public class vx_participant_t : IDisposable
Constructors
vx_participant_t()
Declaration
public vx_participant_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
account_id
Declaration
public int account_id { get; set; }
Property Value
display_name
Declaration
public string display_name { get; set; }
Property Value
first_name
Declaration
public string first_name { get; set; }
Property Value
is_moderator
Declaration
public int is_moderator { get; set; }
Property Value
is_moderator_muted
Declaration
public int is_moderator_muted { get; set; }
Property Value
is_moderator_text_muted
Declaration
public int is_moderator_text_muted { get; set; }
Property Value
is_muted_for_me
Declaration
public int is_muted_for_me { get; set; }
Property Value
is_owner
Declaration
public int is_owner { get; set; }
Property Value
last_name
Declaration
public string last_name { get; set; }
Property Value
uri
Declaration
public string uri { get; set; }
Property Value
username
Declaration
public string username { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_participant_t()
Declaration
protected ~vx_participant_t()
Implements