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
When microphone is used by an other app, "startRecording" return 'cannot record on this phone' and returns 'recording in progress' when triggering one again.
How can the record be in progress if "startRecording" throws error ?
Calling "stopRecording" when "Recording in progress" crash the app and throws this error:
Thread 7: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
The text was updated successfully, but these errors were encountered:
When microphone is used by an other app, "startRecording" return 'cannot record on this phone' and returns 'recording in progress' when triggering one again.
How can the record be in progress if "startRecording" throws error ?
Calling "stopRecording" when "Recording in progress" crash the app and throws this error:
Thread 7: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
The text was updated successfully, but these errors were encountered: