Class vx_user_channel_t
Inheritance
vx_user_channel_t
Assembly: VivoxUnity.dll
Syntax
public class vx_user_channel_t : IDisposable
Constructors
vx_user_channel_t()
Declaration
public vx_user_channel_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
name
Declaration
public string name { get; set; }
Property Value
uri
Declaration
public string uri { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_user_channel_t()
Declaration
protected ~vx_user_channel_t()
Implements