How to disable participant videos for ipad. it is working fine with iphones but not with ipad

hi,
in iOS sdk the code line MobileRTC.shared().getMeetingSettings()?.disableGalleryView( true ) is working fine with iphone but in ipad the participants video is showing on screen. please help us ASAP for ipad specially.

Hey @adpv,

Thanks for using the dev forum!
Let me try and reproduce, what SDK version are you using?

Thanks!
Michael

i am using zoom-sdk-ios-5.7.1.645

Hey @adpv,

The view in your screenshot is actually the “Active Video View”. When you call MobileRTC.shared().getMeetingSettings()?.disableGalleryView( true ), you are telling the SDK that you do not want users to be able to switch to galleryView. If you would like only the active video to be shown, you will have to spotlight that video.

Thanks!
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.