Skip to content
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

iOS : onRecordingInterrupted not triggered. autoResumeAfterInterruption don't work after phone call #108

Open
GautierT opened this issue Feb 10, 2025 · 2 comments

Comments

@GautierT
Copy link

Hi.

v1.13.2
keepAwake: true
showNotification: true (notif allowed)
autoResumeAfterInterruption: true

Recording is paused when there is an incoming call. But it did not auto resume at the end of the call. And onRecordingInterrupted was not triggered.
I wanted to use onRecordingInterrupted to send a notif to the user to tell him that the recording is paused. And I would like to send an other notif when the call end to remind him to go in the app to resume the recording (I don't know yet if I want to use autoResumeAfterInterruption or let the user resume the recording.

Thanks.

@abretonc7s
Copy link
Collaborator

I have tested that it now auto resume correctly with ios on version 1.14.1

@MoneyPool-xu
Copy link

i use the version 1.14.1.
Recording is paused when there is an incoming call. But it did not auto resume at the end of the call. And onRecordingInterrupted was not triggered.
"expo": "~52.0.7",
"react-native": "0.76.2".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants