shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.menu
/
MeetingIdComponentOptions
Meeting
Id
Component
Options
data
class
MeetingIdComponentOptions
(
val
meetingID
:
String
,
val
onCopy
:
(
String
)
->
Unit
?
=
null
)
MeetingIdComponent - Displays meeting ID with copy functionality.
Members
Constructors
Meeting
Id
Component
Options
Link copied to clipboard
constructor
(
meetingID
:
String
,
onCopy
:
(
String
)
->
Unit
?
=
null
)
Properties
meeting
ID
Link copied to clipboard
val
meetingID
:
String
on
Copy
Link copied to clipboard
val
onCopy
:
(
String
)
->
Unit
?
=
null