[null,null,["최종 업데이트: 2023-12-02(UTC)"],[[["`CastOptions` provides configuration for Cast integration, allowing customization of session behavior and application compatibility."],["It offers properties to control auto-joining, receiver application selection, language preferences, and credentials."],["Developers can set options like `androidReceiverCompatible`, `autoJoinPolicy`, `receiverApplicationId`, and more to tailor the Cast experience."],["The `CastOptions` constructor accepts an optional argument to pre-populate values, simplifying initialization."]]],["The core content describes the `CastOptions` class, which configures settings for Cast applications. Key properties include: `androidReceiverCompatible` (Android compatibility), `autoJoinPolicy` (session auto-joining), `credentialsData` (sender credentials), `language` (preferred language), `receiverApplicationId` (Cast app ID), and `resumeSavedSession` (session persistence). These options can be defined during the `CastOptions` object's initialization via `opt_options`. The class offers fine-grained control over Cast behavior.\n"]]