You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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".
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.
The text was updated successfully, but these errors were encountered: