toggle menu
stream-video-android
1.14.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
CallParticipantTimeline
Call
Participant
Timeline
data
class
CallParticipantTimeline
(
@
Json
(
name
=
"severity"
)
val
severity
:
String
,
@
Json
(
name
=
"timestamp"
)
val
timestamp
:
OffsetDateTime
,
@
Json
(
name
=
"type"
)
val
type
:
String
,
@
Json
(
name
=
"data"
)
val
data
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Members
Constructors
Call
Participant
Timeline
Link copied to clipboard
constructor
(
@
Json
(
name
=
"severity"
)
severity
:
String
,
@
Json
(
name
=
"timestamp"
)
timestamp
:
OffsetDateTime
,
@
Json
(
name
=
"type"
)
type
:
String
,
@
Json
(
name
=
"data"
)
data
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Properties
data
Link copied to clipboard
val
data
:
Map
<
String
,
Any
?
>
severity
Link copied to clipboard
val
severity
:
String
timestamp
Link copied to clipboard
val
timestamp
:
OffsetDateTime
type
Link copied to clipboard
val
type
:
String