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
/
IncomingEvent
Incoming
Event
@
Serializable
@
SerialName
(
value
=
"incoming"
)
data
class
IncomingEvent
(
val
conferenceAlias
:
String
,
val
remoteDisplayName
:
String
,
val
token
:
String
)
:
InfinityEvent
(
source
)
Members
Constructors
Incoming
Event
Link copied to clipboard
constructor
(
conferenceAlias
:
String
,
remoteDisplayName
:
String
,
token
:
String
)
Properties
conference
Alias
Link copied to clipboard
@
SerialName
(
value
=
"conference_alias"
)
val
conferenceAlias
:
String
remote
Display
Name
Link copied to clipboard
@
SerialName
(
value
=
"remote_display_name"
)
val
remoteDisplayName
:
String
token
Link copied to clipboard
val
token
:
String