-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
[Feature] Continue playback of audio messages in the background #2578
Comments
Hey, I would love to Work on this! |
Awesome. Go for it. |
I have implemented this feature, but I am not able to commit my changes because of a failed pre-commit hook. |
@pratyaksh123 this is our pre-commit hook https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/package.json#L16 You can run locally in order to check what's wrong with your changes. |
This needs to be tested on iOS devices ( unfortunately I can't run this on my iPhone on windows ), I have tested it on android and it works. |
Closed with #3373 |
Description:
Currently the playback of an audio message stops whenever the app goes into the background. I.e. when listening to a 5 minute audio message, the app must stay in the foreground all the time.
Other apps like WhatsApp etc. continue the active playback even when the app is in the background, which allows the use of other apps during playback.
Environment Information:
Steps to reproduce:
Expected behavior:
The playback should continue in the background until the playback is complete or stopped back in the RC app.
Actual behavior:
The playback stops as soon as the app goes into background.
The text was updated successfully, but these errors were encountered: