@discordx/lava-player
    Preparing search index...

    Interface PlayerVoiceState

    interface PlayerVoiceState {
        endpoint: string;
        sessionId: string;
        token: string;
    }
    Index

    Properties

    endpoint: string

    The Discord voice endpoint to connect to

    sessionId: string

    The Discord voice session id to authenticate with

    token: string

    The Discord voice token to authenticate with