Class vx_evt_participant_updated_t
Inheritance
vx_evt_participant_updated_t
Assembly: VivoxUnity.dll
Syntax
public class vx_evt_participant_updated_t : IDisposable
Constructors
vx_evt_participant_updated_t()
Declaration
public vx_evt_participant_updated_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
public int active_media { get; set; }
Property Value
alias_username
Declaration
public string alias_username { get; set; }
Property Value
base_
Declaration
public vx_evt_base_t base_ { get; set; }
Property Value
diagnostic_state_count
Declaration
public int diagnostic_state_count { get; set; }
Property Value
diagnostic_states
Declaration
public SWIGTYPE_p_vx_participant_diagnostic_state_t diagnostic_states { get; set; }
Property Value
encoded_uri_with_tag
Declaration
public string encoded_uri_with_tag { get; set; }
Property Value
energy
Declaration
public double energy { get; set; }
Property Value
has_unavailable_capture_device
Declaration
public int has_unavailable_capture_device { get; set; }
Property Value
has_unavailable_render_device
Declaration
public int has_unavailable_render_device { get; set; }
Property Value
is_current_user
Declaration
public int is_current_user { 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_speaking
Declaration
public int is_speaking { get; set; }
Property Value
is_text_muted_for_me
Declaration
public int is_text_muted_for_me { get; set; }
Property Value
participant_uri
Declaration
public string participant_uri { get; set; }
Property Value
session_handle
Declaration
public string session_handle { get; set; }
Property Value
sessiongroup_handle
Declaration
public string sessiongroup_handle { get; set; }
Property Value
type
Declaration
public vx_participant_type type { get; set; }
Property Value
volume
Declaration
public int volume { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_evt_participant_updated_t()
Declaration
protected ~vx_evt_participant_updated_t()
Implements