pexip-android-sdk
Toggle table of contents
0.17.5
jvm
Platform filter
jvm
Switch theme
Search in API
pexip-android-sdk
sdk-api
/
com.pexip.sdk.api.infinity
/
PresentationStartEvent
Presentation
Start
Event
@
Serializable
@
SerialName
(
value
=
"presentation_start"
)
data
class
PresentationStartEvent
(
val
presenterName
:
String
,
val
presenterId
:
ParticipantId
)
:
InfinityEvent
(
source
)
Members
Constructors
Presentation
Start
Event
Link copied to clipboard
constructor
(
presenterName
:
String
,
presenterId
:
ParticipantId
)
Properties
presenter
Id
Link copied to clipboard
@
SerialName
(
value
=
"presenter_uuid"
)
val
presenterId
:
ParticipantId
presenter
Name
Link copied to clipboard
@
SerialName
(
value
=
"presenter_name"
)
val
presenterName
:
String