blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
https://www.twilio.com/docs/video
MIT License
608 stars 403 forks source link

Audio stopped when keep app in background more than 1 minute #689

Open gauri-28 opened 1 year ago

gauri-28 commented 1 year ago

Steps to reproduce

1.Keep app in background more than 1 minute 2.video call audio gets stopped 3.when come back to video call its working fine

Expected behaviour

Audio should be working fine if app is in background for more than one minute

Actual behaviour

Keep app in background more than 1 minute, Audio gets stopped

Environment Node.js version:

v16.15.0

React Native version:

"react-native": "0.61.3",

React Native platform + platform version: iOS 9.0

react-native-twilio-video-webrtc react-native-twilio-video-webrtc:3.1.0

Version: npm version or "master"

georgipavlov-7DIGIT commented 1 year ago

@gauri-28 Did you find a solution for this?