Background color of the modal content.
Visibility state of the share event modal.
Callback function to handle modal close event.
Name of the room to be shared.
Admin passcode for the room.
Level of the event (e.g., admin, user).
Position of the modal on the screen (e.g., topRight, bottomLeft).
Flag to display share buttons in the modal.
Type of event (e.g., chat, broadcast, webinar).
Local link for the event (Community Edition server).
Component for displaying a modal to share event details.
Component
Selector
app-share-event-modal
Template Url
./share-event-modal.component.html
Style Urls
./share-event-modal.component.css
Imports
CommonModule, FontAwesomeModule, MeetingIdComponent, MeetingPasscodeComponent, ShareButtonsComponent
Method
handleClose - Closes the share event modal by invoking the onShareEventClose callback.
Getter
modalContainerStyle - Returns the style object for the modal container.
Getter
modalContentStyle - Returns the style object for the modal content.
Example