set Async Config Fetch Enabled
+ Enables or disables async config fetch optimization to improve app startup time.
When enabled, the SDK uses cached configuration for immediate startup and fetches fresh configuration from the server in the background. This significantly improves app startup time on slow networks.
Behavior when enabled:
Uses cached config immediately to decide whether to start recording
If cached config says recording disabled, recording won't start (respects dashboard setting)
Fetches fresh config in background without blocking startup
If fresh config disables recording after it started, recording stops immediately
Important: This should be called before startRecording for the setting to take effect. Default is disabled (false) for backward compatibility.
Parameters
An application context
true to enable async config fetch, false to use blocking fetch (default)