Type alias RecordPluginDeviceOptions

RecordPluginDeviceOptions: {
    deviceId?: string | {
        exact: string;
    };
}

Type declaration

  • Optional deviceId?: string | {
        exact: string;
    }

    The device ID of the microphone to use

Generated using TypeDoc