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

mute/unmute audio during making video.

Sudhir9026 opened this issue · comments

Hi team,
My requirement is mute/unmute audio while video recording via the mute button. When the user tapped the mute button during making the video, audio should mute from video and also if I click unmute audio should come.

@Sudhir9026

currently there's no public API that allows us to do that and if you try to do that with the default iOS camera, that's not possible either.