matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.call
/
CallNegotiateContent
/
Description
Description
@
JsonClass
(
generateAdapter
=
true
)
data
class
Description
(
@
Json
(
name
=
"type"
)
val
type
:
SdpType
?
,
@
Json
(
name
=
"sdp"
)
val
sdp
:
String
?
)
Members
Constructors
Description
Link copied to clipboard
constructor
(
@
Json
(
name
=
"type"
)
type
:
SdpType
?
,
@
Json
(
name
=
"sdp"
)
sdp
:
String
?
)
Properties
sdp
Link copied to clipboard
val
sdp
:
String
?
Required. The SDP text of the session description.
type
Link copied to clipboard
val
type
:
SdpType
?
Required. The type of session description.