SwiftyCam
SwiftyCam copied to clipboard
camera screen getting paused when user open camera while on call.
camera screen pauses when user's is on phone call. After the call ends, the camera view screen resumes to normal.
I will look into this
okay. thanks. Actually i find out the cause of this issue. Its because of the use of phone microphone. During call, the microphone get activated for call but the same if swift camera is opened, it also needs microphone usage for video recording. Because of this conflict, the camera screen gets paused,. Hopes this will help in finding solution.
Any updated on this by any chance?
@Awalz any update on this issue?
@Awalz @Jitenderios @aurora14 Any updates?
@Awalz is there any option to toggle if the user is in a phone call to at least allow taking pictures?
this happen because of app goes in background mode and video recording is stop at that time and this didFailToRecordVideo delegate method was called and it was same for default camera in default camera when app is goes in background mode than video recording was cancel so when app is goes in BG mode so cancel all recording code