toggle menu
stream-video-android
1.11.3
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
CustomVideoEvent
/
CustomVideoEvent
Custom
Video
Event
constructor
(
@
Json
(
name
=
"call_cid"
)
callCid
:
String
,
@
Json
(
name
=
"created_at"
)
createdAt
:
OffsetDateTime
,
@
Json
(
name
=
"custom"
)
custom
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
@
Json
(
name
=
"user"
)
user
:
UserResponse
,
@
Json
(
name
=
"type"
)
type
:
String
)