imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

videoWithMic mode is not working

4ndrey opened this issue · comments

Trying to get .videoWithMic mode working but got several issues:

  1. It doesn't ask permission to record audio via AVAudioSession.sharedInstance().requestRecordPermission and therefore crashes
  2. After manually allowing audio recoding permission it shows black screen instead of video capture

Hi @4ndrey

Are sou using the example app?

Thanks

no, my own app

@4ndrey,

do you still have this issue in a newer version?