Interface AudioPLayerOptions

interface AudioPLayerOptions {
    connection: VoiceConnection;
    debug: boolean;
    manager: Manager;
    type: "default" | "fonly" | "bidirect";
    voiceChannel: string;
}

Properties

connection: VoiceConnection
debug: boolean
manager: Manager
type: "default" | "fonly" | "bidirect"
voiceChannel: string