- Add UXCam to your project
cordova plugin add cordova-uxcam
- Call this method on onDeviceReady(). Your App-key is available from UXCam dashboard.
UXCam.optIntoSchematicRecordings() //To enabled session video recording on iOS UXCam.startWithKey("App-key from UXCam", success, failure) //returns current session url
That completes the integration process.
Your session will be shown on the dashboard within few seconds after the app goes in the background.
You can optionally use the API'es for customization such as identify users from your database with UXCam, tag sessions or hide sensitive views.