stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.android.video.generated.models
/
SendCallEventRequest
Send
Call
Event
Request
data
class
SendCallEventRequest
(
@
Json
(
name
=
"custom"
)
val
custom
:
Map
<
String
,
Any
?
>
?
=
emptyMap()
)
Send a call event to the other user
Members
Constructors
Send
Call
Event
Request
Link copied to clipboard
constructor
(
@
Json
(
name
=
"custom"
)
custom
:
Map
<
String
,
Any
?
>
?
=
emptyMap()
)
Properties
custom
Link copied to clipboard
val
custom
:
Map
<
String
,
Any
?
>
?