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:
Wingify.startSessionRecording()To stop session recording:
Wingify.stopSessionRecording()These methods can be called anytime after the SDK has been initialized.