enum NoSubscriberBehavior

export declare enum NoSubscriberBehavior

Describes the behavior of the player when an audio packet is played but there are no available voice connections to play to.

Members

Pause = "pause"

Pauses playing the stream until a voice connection becomes available.

Play = "play"

Continues to play through the resource regardless.

Stop = "stop"

The player stops and enters the Idle state.