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
/
SIPCallConfigsResponse
SIPCall
Configs
Response
data
class
SIPCallConfigsResponse
(
@
Json
(
name
=
"custom_data"
)
val
customData
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
SIP call configuration response
Members
Constructors
SIPCall
Configs
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"custom_data"
)
customData
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Properties
custom
Data
Link copied to clipboard
val
customData
:
Map
<
String
,
Any
?
>