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
Steps to Reproduce:
Start video recording in the app.
Let the video recording continue for 20–30 seconds.
Immediately kill the app (within 500 milliseconds of stopping the recording).
Issue:
An app crash dialog appears in iOS, likely because the native code is throwing an exception that the package is not handling properly. This exception should be handled gracefully to prevent the crash dialog.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Start video recording in the app.
Let the video recording continue for 20–30 seconds.
Immediately kill the app (within 500 milliseconds of stopping the recording).
Issue:
An app crash dialog appears in iOS, likely because the native code is throwing an exception that the package is not handling properly. This exception should be handled gracefully to prevent the crash dialog.
The text was updated successfully, but these errors were encountered: