interface CreateAudioPlayerOptions

interface CreateAudioPlayerOptions

Options that can be passed when creating an audio player, used to specify its behavior.

Constructors

constructor()

optional
behaviors? : { maxMissedFrames?: number; noSubscriber?: NoSubscriberBehavior; }

optional
debug? : boolean