Class VivoxOutputDevice
An Output AudioDevice on the device connecting to Vivox. Can be a physical audio device, like a set of headphones, or an abstraction, like the device's default communication audio device.
Inherited Members
Namespace: Unity.Services.Vivox
Assembly: Unity.Services.Vivox.dll
Syntax
public sealed class VivoxOutputDevice
Properties
DeviceID
The ID of the device
Declaration
public string DeviceID { get; }
Property Value
Type | Description |
---|---|
string |
DeviceName
The name of the device
Declaration
public string DeviceName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
SetActiveDeviceAsync()
Set this Input Device to be the active Vivox Input Device
Declaration
public Task SetActiveDeviceAsync()
Returns
Type | Description |
---|---|
Task | A task for the operation |