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
Is your feature request related to a problem? Please describe.
I’m using the Agora Flutter SDK to build a video call app on iOS.
When the app runs in Split View or Slide Over mode on iPad, the camera cannot be started. This is likely due to the missing isMultitaskingCameraAccessEnabled = true setting on the underlying AVCaptureSession.
Describe the solution you'd like
It would be helpful to have a method exposed in the Flutter SDK to enable isMultitaskingCameraAccessEnabled on iOS, or ensure it is enabled by default in supported environments.
Describe alternatives you've considered
Additional context
agora 6.5.1
iPad Gen 10
The text was updated successfully, but these errors were encountered:
We have successfully reproduced the issue on our end. Our team is actively working on a fix, and we will notify you as soon as the solution is implemented.
earlier than iOS 16, you should not only add com.apple.developer.avfoundation.multitasking-camera-access but also add iPad Camera Multitasking capability into your app which need to get permission from Apple team.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I’m using the Agora Flutter SDK to build a video call app on iOS.
When the app runs in Split View or Slide Over mode on iPad, the camera cannot be started. This is likely due to the missing isMultitaskingCameraAccessEnabled = true setting on the underlying AVCaptureSession.
Describe the solution you'd like
It would be helpful to have a method exposed in the Flutter SDK to enable isMultitaskingCameraAccessEnabled on iOS, or ensure it is enabled by default in supported environments.
Describe alternatives you've considered
Additional context
agora 6.5.1
iPad Gen 10
The text was updated successfully, but these errors were encountered: