Results 4 comments of Tim Busbee

I was running into the same issue. In the Google Docs it says you can use disableIdleTimeout. So I am trying this: window.castReceiverManager.start({statusText: "Application is starting", disableIdleTimeout: true}); Good luck.

Replace line 163 in receiver.html with the above. I am not 100% sure that it works, but according to the docs it should.

Yeah, I noticed the documentation was heavy on the messenger feature... but there is really nothing out there that is as good as your plugin for Cordova when it comes...

This is for anyone else who has this issue. Here is how I fixed it. In NativeAudio.m line 10 replace `#import ` with `#import ` Line 48 replace `[session setCategory:AVAudioSessionCategoryPlayback...