Share Screen Options
data class ShareScreenOptions(val isVisible: Boolean = false, val onClose: () -> Unit, val meetingLink: String, val meetingId: String, val onCopyLink: () -> Unit? = null, val onSharePlatform: (String) -> Unit? = null, val showQRCode: Boolean = true, val backgroundColor: Int = 0xFFFFFFFF.toInt())
ShareScreen - Share meeting modal with social media and link options.
Provides interface for sharing meeting links via various platforms or copying to clipboard.