Skip to content

Releases: ghenry22/cordova-plugin-chromecastios

v1.0.6

25 Jan 07:41
Compare
Choose a tag to compare

New: getDeviceList() method, returns a list of available discovered devices
New: selectDeviceById(deviceID) method, select a device using just the deviceID instead of the device object
Fix: sendMessage was throwing exceptions on iOS. Thanks @robrkerr

Feature complete

16 Aug 08:15
Compare
Choose a tag to compare

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

11 Aug 04:43
Compare
Choose a tag to compare

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

10 Aug 08:35
Compare
Choose a tag to compare

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

10 Aug 03:17
Compare
Choose a tag to compare

Some small fixes to packaging so that plugin can be published

First Release

10 Aug 02:45
Compare
Choose a tag to compare

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.