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
I'm trying to work on the reconnection of an audio stream after the stream's unexpected interruption by turning off my second device and turning back it on. This error appears when the reconnection process starts and the Iphone is locked:
I've seen that this error code is : AVAudioSession.ErrorCode.cannotStartRecording.
Also, weird behavior, the first few tries always fail, but if I hot restart the app and try again the error disappears and the call successfully reconnects.
I've seen some people facing the same type of issue on the net but none of their solutions works for me. I tried to include this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone, I'm facing a huge bug since more than a week using record on my flutter app!
Flutter audio_session: PlatformException(record, The operation couldn’t be completed. (com.apple.coreaudio.avfaudio error 561145187.), null, null)
I'm trying to work on the reconnection of an audio stream after the stream's unexpected interruption by turning off my second device and turning back it on. This error appears when the reconnection process starts and the Iphone is locked:
I've seen that this error code is : AVAudioSession.ErrorCode.cannotStartRecording.
Also, weird behavior, the first few tries always fail, but if I hot restart the app and try again the error disappears and the call successfully reconnects.
I've seen some people facing the same type of issue on the net but none of their solutions works for me. I tried to include this:
Before doing this:
But still nothing is changing I still have this error over and over.
thanks a lot for your help
Beta Was this translation helpful? Give feedback.
All reactions