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

    Interface RPCVoiceConnectionStatusDispatchData<State>

    interface RPCVoiceConnectionStatusDispatchData<
        State extends VoiceConnectionStates = VoiceConnectionStates,
    > {
        average_ping: number;
        hostname: State extends AwaitingEndpoint ? null : string;
        last_ping: number;
        pings: RPCVoiceConnectionStatusPing[];
        state: State;
    }

    Type Parameters

    Index

    Properties

    average_ping: number

    Average ping (in ms)

    hostname: State extends AwaitingEndpoint ? null : string

    Hostname of the connected voice server

    last_ping: number

    Last ping (in ms)

    All of the accumulated pings since connection

    state: State

    Voice connection states