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 methods.

To start the session recording

VWO.startSessionRecording()

To stop the session recording

VWO.stopSessionRecording()