Start/Stop Recording

After initializing the SDK successfully, a developer can start/stop the session recording feature from the application class or any activity using the below method.

To start the session recording

VWOInsights.startSessionRecording()

To stop the session recording

VWOInsights.stopSessionRecording()