ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

make lock screen while Video Chating #258

Closed DavidAmirKham closed 2 years ago

DavidAmirKham commented 3 years ago

React Native ConnectyCube make lock screen while video chating. How to detect not to lock screen?

ccvlad commented 3 years ago

Hi @DavidAmirKham ! Try to use the lib React Native InCallManager and call the method InCallManager.setKeepScreenOn(true) at start of a video call.

DavidAmirKham commented 3 years ago

Thanks, it worked.

ccvlad commented 2 years ago

Closed due to inactivity. Please create a new issue if needed.