toggle menu
pexip-android-sdk
0.17.0
jvm
switch theme
search in API
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
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