cordova-plugin-opentokjs icon indicating copy to clipboard operation
cordova-plugin-opentokjs copied to clipboard

Best practices for handling backgrounding

Open aoberoi opened this issue 9 years ago • 1 comments

We need to document what the observed behavior is for the application going into the background on the android and ios platforms. Given that, we also want to document how we recommend implementing solutions to common problem scenarios. This discussion is open to thoughts on enhancing the opentok.js API.

aoberoi avatar Jun 25 '15 03:06 aoberoi

Since >iOS9 the behaviour is the same as in Android >5.x as we have tested. For example on both platforms we got a disconnect on our socket server when the app is going into the background.

Also Cordova has the events pause and resume

mark-veenstra avatar Nov 11 '15 07:11 mark-veenstra