SwiftyCam icon indicating copy to clipboard operation
SwiftyCam copied to clipboard

camera screen getting paused when user open camera while on call.

Open Jitenderios opened this issue 6 years ago • 7 comments

camera screen pauses when user's is on phone call. After the call ends, the camera view screen resumes to normal.

Jitenderios avatar Jul 28 '17 11:07 Jitenderios

I will look into this

Awalz avatar Aug 25 '17 21:08 Awalz

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.

Jitenderios avatar Aug 28 '17 09:08 Jitenderios

Any updated on this by any chance?

aurora14 avatar Dec 01 '17 04:12 aurora14

@Awalz any update on this issue?

Jitenderios avatar Jan 23 '18 11:01 Jitenderios

@Awalz @Jitenderios @aurora14 Any updates?

kronos317 avatar Mar 19 '20 21:03 kronos317

@Awalz is there any option to toggle if the user is in a phone call to at least allow taking pictures?

dobrogithub avatar Jun 04 '20 22:06 dobrogithub

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

sadabios avatar Jun 25 '20 06:06 sadabios