Releases: ghenry22/cordova-plugin-chromecastios
v1.0.6
Feature complete
Implements metadata handling for different media types
fixes stopscan and passive scanning enable/disable which broke after cast SDK update to 3.1.1
a few other small clean ups
This is now a fairly feature complete implementation for using a chromecast device from cordova apps on iOS
Volume handling
Implement setVolume and mute on the receiver application level
implement volume and mute change callback events
add volume events to javascript
add volume & mute status tracking to the javascript properties
v1.0.2
Add custom install scripts which download the google cast SDK as part of the plugin installation (pilfered from connectSDK and modified)
Update to cast SDK v3.1.1
Update some deprecated methods
Update launch and join app methods to refresh receiver app on join
Add more event listeners for application metadata and application channel status
Add timeout event when metadata is received with type null which means no application session
Add proper handling of app timeouts to update javascript status
Update docs
Small fixes to packaging
Some small fixes to packaging so that plugin can be published
First Release
Plugin is fully functional and usable with essential features for streaming video or audio media to a chromecast device.
This is a major update and rewrite based on the original plugin work as acknowledged in the readme for this project.