shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.misc
/
ShareScreenOptions
/
ShareScreenOptions
Share
Screen
Options
constructor
(
isVisible
:
Boolean
=
false
,
onClose
:
(
)
->
Unit
,
meetingLink
:
String
,
meetingId
:
String
,
onCopyLink
:
(
)
->
Unit
?
=
null
,
onSharePlatform
:
(
String
)
->
Unit
?
=
null
,
showQRCode
:
Boolean
=
true
,
backgroundColor
:
Int
=
0xFFFFFFFF.toInt()
)