ghenry22 / cordova-plugin-chromecastios

Cordova Chromecast plugin for iOS
11 stars 12 forks source link

Handle different media and stream types #8

Closed ghenry22 closed 8 years ago

ghenry22 commented 8 years ago

refactor the loadMedia() method to handle the standard chromecast media types and streamtypes

allow the user to specify if it's a live stream or a buffered stream

allow the user to specify the metadata type (ie music, movie, tv, generic)

Update the javascript method to take update argument list and do basic null checking for required values

Update the iOS native code to process the additional information including null checks on optional arguments.