ConnectyCube / connectycube-reactnative-samples

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

the screen turns off automatically in video call mode #168

Closed meosieudang closed 3 years ago

meosieudang commented 3 years ago

how to keep screen on when video call

ccvlad commented 3 years ago

Hi, @meosieudang Try the lib react-native-incall-manager. Seems you need to use the method InCallManager.setKeepScreenOn(true/false)