After initializing the SDK successfully, you can manage the session recording feature from your Application class or any Activity by using the below methods:
To start session recording:
VWO.startSessionRecording()To stop session recording:
VWO.stopSessionRecording()These methods can be called anytime after the SDK has been initialized.
