v16.3.0
Latest
2020.3+

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.

Inheritance
VivoxOutputDevice
Namespace: Unity.Services.Vivox
Syntax
public sealed class VivoxOutputDevice : IVivoxAudioDevice

Properties

DeviceID

The ID of the device

Declaration
public string DeviceID { get; }
Property Value
TypeDescription
String

DeviceName

The name of the device

Declaration
public string DeviceName { get; }
Property Value
TypeDescription
String

Methods

SetActiveDeviceAsync()

Set this Input Device to be the active Vivox Input Device

Declaration
public async Task SetActiveDeviceAsync()
Returns
TypeDescription
Task

A task for the operation