Interrupt and Resume AVCaptureSession #1343
Unanswered
Parvinderjit
asked this question in
Q&A
Replies: 1 comment
-
I was wondering if you could handle this using the delegate method here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we get the any audio interrupt the system suspends the capture session and camera got freeze. But if we put the app in the background and after some time we open the app again it won't resume the capture session. It still have that frozen camera preview. Earlier I was starting the session from the mixer.session but now the mixer property is internal to the module. So not able to access the session property of mixer. Can anyone let me know how can we handle that situation?
Beta Was this translation helpful? Give feedback.
All reactions