uxcam / react-native-ux-cam

54 stars 10 forks source link

Red screen when calling RNUxcam.resumeScreenRecording(); RNUxcam.pauseScreenRecording(); #64

Closed shay-te closed 1 year ago

shay-te commented 2 years ago

Hello all. We are experiencing a red screen when calling the functions RNUxcam.resumeScreenRecording(); RNUxcam.pauseScreenRecording();

Thank you

image

gabrieluxcam commented 1 year ago

Hello @shay-te apologies for the delayed response, we're working on improving our github response time since our main thread of communications for support has commonly been through intercom/email.

Pausing screen recording will create this red overlay, as the screen will not be captured but the session itself will be. Calling resume should remove it at a later point in your app. Thanks!