We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The app loses the audio stream after 1 minute if app is in background.
How do I solve this?
I am only using the audio if that makes any difference.
The text was updated successfully, but these errors were encountered:
@AlbinCederblad you may need to use foreground service for android to keep audio stream if app background or phone is locked , you can use react-native-callkeep or react-native-foreground-service
Sorry, something went wrong.
You can do this with Notifee's registerForegroundService see docs
registerForegroundService
No branches or pull requests
The app loses the audio stream after 1 minute if app is in background.
How do I solve this?
I am only using the audio if that makes any difference.
The text was updated successfully, but these errors were encountered: