Discord.https - v3.0.16
    Preparing search index...

    Type Alias RPCCertifiedDevice<Type>

    RPCCertifiedDevice: Type extends AudioInput
        ? BaseRPCCertifiedDevice<Type> & {
            automatic_gain_control: boolean;
            echo_cancellation: boolean;
            hardware_mute: boolean;
            noise_suppression: boolean;
        }
        : BaseRPCCertifiedDevice<Type>

    Type Parameters