ShareEventModalOptions

data class ShareEventModalOptions(val backgroundColor: String = "#40C3E0E9", val isShareEventModalVisible: Boolean, val onShareEventClose: () -> Unit, val shareButtons: Boolean = true, val position: String = "topRight", val roomName: String, val adminPasscode: String, val islevel: String, val eventType: EventType = EventType.WEBINAR, val localLink: String = "")

Configuration options for the ShareEventModal component

Constructors

Link copied to clipboard
constructor(backgroundColor: String = "#40C3E0E9", isShareEventModalVisible: Boolean, onShareEventClose: () -> Unit, shareButtons: Boolean = true, position: String = "topRight", roomName: String, adminPasscode: String, islevel: String, eventType: EventType = EventType.WEBINAR, localLink: String = "")

Properties

Link copied to clipboard

Admin passcode for the event

Link copied to clipboard

Background color for the modal (hex string)

Link copied to clipboard

Type of the event

Link copied to clipboard

User level for displaying certain fields ('2' for admin)

Link copied to clipboard

Whether the modal is visible

Link copied to clipboard

Local link for the event (optional)

Link copied to clipboard

Callback to close the modal

Link copied to clipboard

Modal position on screen (topRight, topLeft, center, etc.)

Link copied to clipboard

Meeting or room name

Link copied to clipboard
val shareButtons: Boolean = true

Whether to show share buttons