We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On an iOS 14.5 simulator setting the AVAudioSessionRouteSharingPolicy will cause an exception or crash.
AVAudioSessionRouteSharingPolicy.defaultPolicy
AVAudioSessionRouteSharingPolicy.longFormAudio
AVAudioSessionRouteSharingPolicy.longFormVideo
OSStatus error -50
AVAudioSessionRouteSharingPolicy.independent
Lost connection to device.
*more info: https://stackoverflow.com/questions/26718103/what-does-osstatus-error-50-mean
The text was updated successfully, but these errors were encountered:
Apple's documentation for independent says:
Apps shouldn’t try to set this value directly.
I wasn't able to get any exception on longFormAudio. Can you provide a minimal reproduction project?
longFormAudio
Sorry, something went wrong.
Any update on this or is the issue resolved?
No branches or pull requests
On an iOS 14.5 simulator setting the AVAudioSessionRouteSharingPolicy will cause an exception or crash.
AVAudioSessionRouteSharingPolicy.defaultPolicy
works fineAVAudioSessionRouteSharingPolicy.longFormAudio
andAVAudioSessionRouteSharingPolicy.longFormVideo
cause anOSStatus error -50
platform exception*AVAudioSessionRouteSharingPolicy.independent
causes aLost connection to device.
from the IDE without any Flutter or system logs.*more info: https://stackoverflow.com/questions/26718103/what-does-osstatus-error-50-mean
The text was updated successfully, but these errors were encountered: