Hide "Raise Hand" Button when Clicking "More" Option

I have integrated Zoom SDK in my iOS app and testing.

I want to hide , “Raise Hand” Button when Clicking on “More” Option from the Bottom bar in Join Meeting .

I have removed the “Enter Host key to Claim Host” by setting in iOS code
MobileRTC.shared().getMeetingSettings()?.claimHostWithHostKeyHidden = true

Likewise , i need to hide , “Raise Hand”

I tried with MobileRTCSettings option for hiding few bottom bar buttons… I have hidden all specific buttons from the bottom bar , except the “Raise Hand” button .

Hey @ramsvce,

Thanks for using the dev forum!
Unfortunately, we do not yet have an interface for hiding that button right now. That would require a custom meeting UI.

Thanks!
Michael

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