toggle menu
stream-video-android
1.12.0
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
CallUpdatedEvent
/
CallUpdatedEvent
Call
Updated
Event
constructor
(
@
Json
(
name
=
"call_cid"
)
callCid
:
String
,
@
Json
(
name
=
"created_at"
)
createdAt
:
OffsetDateTime
,
@
Json
(
name
=
"call"
)
call
:
CallResponse
,
@
Json
(
name
=
"capabilities_by_role"
)
capabilitiesByRole
:
Map
<
String
,
List
<
String
>
>
,
@
Json
(
name
=
"type"
)
type
:
String
)