ShareEventModalProps

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.

Constructors

Link copied to clipboard
constructor(state: MediasfuGenericState, isVisible: Boolean, roomName: String, shareLink: String, adminPasscode: String?, isHost: Boolean, eventType: EventType, shareButtonsEnabled: Boolean, onDismiss: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val onDismiss: () -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard