Expo AV Recording pauseAsync not pausing durationMillis

Please provide the following:

  1. SDK Version: 48.0.18
  2. Platforms(Android/iOS/web/all): IOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

When i mount a component im calling prepareToRecordAsync and also im updating the durationMillis from setOnRecordingStatusUpdate method in every 500ms. And when i unmount the component i call stopAndUnloadAsync too. But the problem is, if i do pauseAsync and unmount and again mount i still see the last value of durationMillis inside setOnRecordingStatusUpdate method.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.