shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.socket
/
MeetingEndedOptions
Meeting
Ended
Options
data
class
MeetingEndedOptions
(
val
showAlert
:
ShowAlert
?
=
null
,
val
redirectUrl
:
String
?
=
null
,
val
onWeb
:
Boolean
,
val
eventType
:
EventType
,
val
updateValidated
:
(
Boolean
)
->
Unit
?
=
null
)
Kotlin replicas of mediasfu_sdk/lib/producers/socket_receive_methods meeting-related handlers.
Members
Constructors
Meeting
Ended
Options
Link copied to clipboard
constructor
(
showAlert
:
ShowAlert
?
=
null
,
redirectUrl
:
String
?
=
null
,
onWeb
:
Boolean
,
eventType
:
EventType
,
updateValidated
:
(
Boolean
)
->
Unit
?
=
null
)
Properties
event
Type
Link copied to clipboard
val
eventType
:
EventType
on
Web
Link copied to clipboard
val
onWeb
:
Boolean
redirect
Url
Link copied to clipboard
val
redirectUrl
:
String
?
=
null
show
Alert
Link copied to clipboard
val
showAlert
:
ShowAlert
?
=
null
update
Validated
Link copied to clipboard
val
updateValidated
:
(
Boolean
)
->
Unit
?
=
null