docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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

    Inheritance
    object
    VivoxInputDevice
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Vivox
    Assembly: Unity.Services.Vivox.dll
    Syntax
    public sealed class VivoxInputDevice

    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

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)