Interface AudioOutputOptions

interface AudioOutputOptions {
    deviceId?: string;
}

Properties

Properties

deviceId?: string

deviceId to output audio

Only supported on browsers where setSinkId is available

Generated using TypeDoc