@lacunahub/lavaluna.js
    Preparing search index...

    Interface VoiceState

    interface VoiceState {
        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.