toggle menu
pexip-android-sdk
0.17.0
jvm
switch theme
search in API
sdk-api
/
com.pexip.sdk.api.infinity
/
CallsRequest
Calls
Request
@
Serializable
data
class
CallsRequest
(
val
callType
:
String
,
val
sdp
:
String
,
val
present
:
String
?
=
null
,
val
fecc
:
Boolean
=
false
)
Members
Constructors
Calls
Request
Link copied to clipboard
constructor
(
callType
:
String
,
sdp
:
String
,
present
:
String
?
=
null
,
fecc
:
Boolean
=
false
)
Properties
call
Type
Link copied to clipboard
@
SerialName
(
value
=
"call_type"
)
val
callType
:
String
fecc
Link copied to clipboard
@
SerialName
(
value
=
"fecc_supported"
)
val
fecc
:
Boolean
=
false
present
Link copied to clipboard
val
present
:
String
?
=
null
sdp
Link copied to clipboard
val
sdp
:
String