shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
MeetingEndedData
Meeting
Ended
Data
@
Serializable
data
class
MeetingEndedData
(
val
redirectUrl
:
String
?
=
null
,
val
onWeb
:
Boolean
?
=
null
,
val
eventType
:
EventType
?
=
null
)
Members
Constructors
Meeting
Ended
Data
Link copied to clipboard
constructor
(
redirectUrl
:
String
?
=
null
,
onWeb
:
Boolean
?
=
null
,
eventType
:
EventType
?
=
null
)
Properties
event
Type
Link copied to clipboard
val
eventType
:
EventType
?
=
null
on
Web
Link copied to clipboard
val
onWeb
:
Boolean
?
=
null
redirect
Url
Link copied to clipboard
val
redirectUrl
:
String
?
=
null