UseCastSessionOptions
Hierarchy
- UseCastSessionOptions
Index
Properties
Properties
Optional
ignoreSessionUpdatesInBackground
• ignoreSessionUpdatesInBackground? : undefined | false | true
Skip updating the session when the app is suspended to background or resumed back.
This is primarily targeted at iOS which by default suspends sessions when backgrounded. Alternatively, you can set options.suspendSessionsWhenBackgrounded = false
when initializing the CastContext in AppDelegate
.