startSessionWithOpenURLOptions abstract method
Attempts to join or start a session with options that were supplied to the UIApplicationDelegate::application:openURL:options: method. Typically this is a request to join an existing Cast session on a particular device that was initiated by another app. Parameters openURLOptions The options that were extracted from the URL.
Implementation
/// Typically this is a request to join an existing Cast session on a particular device that was initiated by another app.
/// Parameters
/// openURLOptions The options that were extracted from the URL.
// / sessionOptions The options for this session, if any. May be nil.
// Returns
// YES if the operation has been started successfully, NO if there is a session currently established, or the openURL options do not contain the required Cast options.
// Since
// 4.0
Future<bool> startSessionWithOpenURLOptions();