Share Event Modal Props
data class ShareEventModalProps(val state: MediasfuGenericState, val isVisible: Boolean, val roomName: String, val shareLink: String, val adminPasscode: String?, val isHost: Boolean, val eventType: EventType, val shareButtonsEnabled: Boolean, val onDismiss: () -> Unit)
Structured props supplied to the share event modal override.