trixnity-core
Toggle table of contents
4.13.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m.call
/
CallEventContent
/
Answer
/
Answer
Answer
@
Serializable
data
class
Answer
(
val
sdp
:
String
,
val
type
:
CallEventContent.Answer.AnswerType
)
Members
Constructors
Answer
Link copied to clipboard
constructor
(
sdp
:
String
,
type
:
CallEventContent.Answer.AnswerType
)
Properties
sdp
Link copied to clipboard
@
SerialName
(
value
=
"sdp"
)
val
sdp
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
CallEventContent.Answer.AnswerType