PlayerInitOptions
No description provided
PlayerInitOptions
| Property | Type | Value | Description |
|---|---|---|---|
| blockExtractors | Array<string> | N/A | List of extractors to disable querying metadata from |
| blockStreamFrom | Array<string> | N/A | List of extractors to disable streaming from |
| connectionTimeout | number | N/A | The voice connection timeout |
| ffmpegPath | string | N/A | Configure ffmpeg path |
| lagMonitor | number | N/A | Time in ms to re-monitor event loop lag |
| lockVoiceStateHandler | boolean | N/A | Prevent voice state handler from being overridden |
| overrideFallbackContext | boolean | N/A | Whether to override the fallback context. Defaults to true. |
| probeTimeout | number | N/A | The probe timeout in milliseconds. Defaults to 5000. |
| queryCache | null | QueryCacheProvider<any> | N/A | Query cache provider |
| skipFFmpeg | boolean | N/A | Skip ffmpeg process when possible |