Is there an event that fires when AirPlay toggles between say an AppleTV to an iPad and vice versa?

link|improve this question
sounds very interesting, show us what you're doing. – Tsar Jun 22 '11 at 15:16
Thanks but doing nothing just yet, I just want to know when a user has selected an AirPlay option (ex: AppleTV or iPad). Is there an event that I can listen for via JS? – John Percival Jun 22 '11 at 17:28
feedback

1 Answer

I guess I understand what you mean, you want to listen to the AirPlay "target device selection" event in your web app, e.g. when user performs selection like so:

AirPlay

Unfortunately, there isn't such an event even in the native objective-c MPMoviePlayerController class and neither in the client-side video control, see release notes.

link|improve this answer
Thanks so much for the info. I guess we can all play the wait game until something like this becomes available. – John Percival Jun 23 '11 at 15:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.