smartlook / smartlook-android-sdk

5 stars 1 forks source link

Recorded session are being displayed in active session || Recording Not stoping automatically #54

Closed Sahilpuri007 closed 4 years ago

Sahilpuri007 commented 4 years ago

HI , using latest version of sdk

In Base Application class I Smartlook.setupAndStartRecording(BuildConfig.SMARTLOOK_SDK_KEY);

initialized and started recorrding

But Where to call stopRecording() if it will not stop by itself.

SenNeonoveNoci commented 4 years ago

Hi, @Sahilpuri007 recording stops itself on application closure. No need to call Smartlook.stopRecording() explicitly.

You can use Smartlook.stopRecording() to stop recording during application run.