简体   繁体   中英

Bring Crosswalk Application in foreground

I want to build a WebRTC based VOIP application for Android with Crosswalk.

Is there a way to bring an Android Crosswalk application into foreground (even if the device is locked), after a request has been received via a Websocket connection?

I receive the websocket message, I can create the rtcPeerConnection, and I can createOffer in the background. But I only receive receive ICE candidates after the Crosswalk application is in the foreground.

Are there any plugins to achieve that?

Check out http://phonertc.io/

Crosswalk helps you build Cordova apps and PhoneRTC helps you add WebRTC to your Cordova apps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM