Disable frontal camera during screen sharing

We are using SDK to send the video and audio to Zoom session from iPad.
It was noted that Zoom meeting participants can see the video from frontal iPad camera regardless of what we are sending
Is there a way to disable frontal camera to be sent to all participants during screen sharing?

Hey @stas.hryhoriev,

Thanks for using the dev forum!

You are using the Fully Customizable SDK, correct? If not, are you using the default meeting UI or custom meeting UI?

Thanks!
Michael

Hello

I’m sorry I was wrong. I am using Zoom Client SDK. Moreover, I have already found my answer. It was

  • ( void )setMuteVideoWhenJoinMeeting:( BOOL )muted method of MobileRTCMeetingSettings object.

Thanks

Hey @stas.hryhoriev,

No worries at all :slight_smile: I am glad you found the resolution!

Thanks!
Michael