interface CreateAudioPlayerOptions

interface CreateAudioPlayerOptions

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

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

optional
debug? : boolean