Setup for Developing with the Cast Application Framework (CAF) for Web
Stay organized with collections
Save and categorize content based on your preferences.
The Web Sender SDK is supported on Cast-supported web browsers on Mac, Windows,
Linux, ChromeOS, and Android devices. For native mobile Cast apps see
Android Apps and
iOS Apps.
Setup
Add Web Sender API library to your project
To use the Web Sender API, include the following script in your web page:
Other than registering your Web Receiver app and device, no special setup steps
are required to use the Web Sender SDK.
To register your Web Receiver app and device follow the steps at
Registration. Once you have your application ID,
you're ready to develop your Web Sender app.
Testing Cast buttons
While your Web Sender app should have its own Cast button, a user can also
invoke the cast feature by choosing Cast from the right-click menu, as shown
here:
Your Web Sender app should handle both cases.
Chrome beta channel
A public beta channel for Chrome is also available. New versions of Chrome are
pushed to the beta channel prior to a full release; the beta channel is also
updated more often than the stable channel. This gives developers (and
passionate early adopters) advance access to new features, and allows you to
ensure that your site works with upcoming versions of Chrome.
To report issues, right-click on the Cast toolbar icon and choose "Report an
issue". We can’t respond individually to most feedback, but we greatly value
the input on the beta channel.
Before pushing updates to your live site, ensure that you test with the
current stable version of Chrome. Most visitors to your site will have the
stable version of Chrome installed, and if you depend on beta-only features,
users with the stable version will be impacted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The Web Sender SDK enables web applications on various platforms, including Mac, Windows, Linux, ChromeOS, and Android, to cast content to Cast-supported devices, excluding iOS Chrome."],["To integrate the Web Sender API, developers need to add a specific script to their web page and register their Web Receiver app and device, obtaining an application ID."],["Web Sender apps should accommodate both user-initiated casting through a dedicated Cast button and the browser's right-click menu, ensuring compatibility and user experience."],["Developers can leverage the Chrome beta channel to access and test upcoming features and ensure compatibility, but should prioritize testing with the stable version for live site updates."],["Web Sender apps must support HTTPS to ensure Cast functionality, as browsers are phasing out support for the Presentation API on insecure origins."]]],[]]