Discolink
    Preparing search index...

    Interface ConnectOptions

    Options for customizing the player while connecting

    interface ConnectOptions {
        volume?: number;
        filters?: Filters<EmptyObject>;
        node?: string;
        context?: EmptyObject;
    }

    Hierarchy

    Index

    Properties

    volume?: number

    The player volume, in percentage, from 0 to 1000

    filters?: Filters<EmptyObject>

    The new filters to apply. This will override all previously applied filters

    node?: string
    context?: EmptyObject