v16.3.0
Latest
2020.3+
Class VivoxInputDevice
An Input AudioDevice on the device connecting to Vivox. Can be a physical audio device, like a microphone, or an abstraction, like the device's default communication audio device
Namespace: Unity.Services.Vivox
Syntax
public sealed class VivoxInputDevice : IVivoxAudioDeviceProperties
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 async Task SetActiveDeviceAsync()Returns
| Type | Description | 
|---|---|
| Task | A task for the operation  |