Const
<CoHostModal
isCoHostModalVisible={visible}
onCoHostClose={hide}
participants={participants}
coHostResponsibility={responsibilities}
roomName={roomId}
socket={socket}
updateCoHost={setCoHost}
updateCoHostResponsibility={setResponsibilities}
updateIsCoHostModalVisible={setVisible}
/>
CoHostModal assigns and configures co-hosts for an event. It surfaces participant selection, responsibility toggles, and communicates updates through socket calls, while supporting custom theming and render overrides.
Key Features
modifyCoHostSettings
by default.Accessibility