Hide or disable the leave meeting option

How to Hide or disable the leave meeting option from zoom meeting window in webclient SDK? I have quit meeting using rest API and now I want to hide this functionality from front end.

Hey @itinfra,

Have you tried the lock meeting feature https://zoom.github.io/sample-app-web/ZoomMtg.html#lockMeeting or the hide header feature https://zoom.github.io/sample-app-web/ZoomMtg.html#showMeetingHeader?

Let me know if either of those work!

-Tommy