Const
<MenuModal
isVisible={visible}
onClose={handleClose}
roomName={roomName}
adminPasscode={adminPasscode}
islevel={userLevel}
eventType="video"
/>
<MenuModal
isVisible
onClose={toggleMenu}
roomName="DesignSync"
adminPasscode="742915"
islevel="2"
eventType="hybrid"
backgroundColor="#101826"
style={{ borderRadius: 24 }}
customButtons={[
{
text: 'End Meeting',
icon: 'power-off',
show: true,
backgroundColor: '#ff5a5f',
action: handleEndMeeting,
},
]}
/>
MenuModal offers a consolidated hub for meeting metadata, quick actions, and sharing shortcuts. Hosts and facilitators can expose custom buttons, reveal passcodes, and copy/share meeting details without navigating away from the current screen.
Key Features
customButtons
with iconography.'2'
).renderContent
andrenderContainer
overrides for deep customization.position
.Accessibility