Class vx_evt_media_stream_updated_t
Inheritance
vx_evt_media_stream_updated_t
Assembly: VivoxUnity.dll
public class vx_evt_media_stream_updated_t : IDisposable
Constructors
Declaration
public vx_evt_media_stream_updated_t()
Fields
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
public vx_evt_base_t base_ { get; set; }
Property Value
Declaration
public vx_call_stats_t call_stats { get; set; }
Property Value
Declaration
public string durable_media_id { get; set; }
Property Value
Declaration
public int incoming { get; set; }
Property Value
Declaration
public string media_probe_server { get; set; }
Property Value
Declaration
public string session_handle { get; set; }
Property Value
Declaration
public string sessiongroup_handle { get; set; }
Property Value
Declaration
public vx_session_media_state state { get; set; }
Property Value
Declaration
public int status_code { get; set; }
Property Value
Declaration
public string status_string { get; set; }
Property Value
Methods
Declaration
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
Declaration
protected ~vx_evt_media_stream_updated_t()
Implements