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

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