DisconnectPlayerActions

The options for error actions.

Signature

export interface DisconnectPlayerActions

Properties

3

Methods

0

No methods.

Properties

autoDestroy?: boolean;

Whether to automatically destroy the player on disconnect or error.

@type{boolean | undefined}@defaultfalse
autoReconnect?: boolean;

Whether to automatically reconnect on disconnect.

@type{boolean | undefined}@defaultfalse
autoQueue?: boolean;

Whether to automatically add tracks back to the queue on disconnect.

@type{boolean | undefined}@defaultfalse