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

Video call freezing or disconnected when app goes to background #239

Closed ankuret closed 3 years ago

ankuret commented 3 years ago

When app comes from background to foreground then video call freezing or disconnected.

ccvlad commented 3 years ago

It is OS limitation. Use react-native-background-actions or other library to keep call activity in background. iOS will pause video in background, only audio will be active during background mode is active.

I suggest you to listen to AppState and start/stop background activity if needed. Also good point to mute video while your application is not in foreground.

DaveLomber commented 3 years ago

To add more info here:

It's better to switch off camera when go to BG and then switch on again when go to foreground