Answer

@Serializable
data class Answer(val sdp: String, val type: CallEventContent.Answer.AnswerType)

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "sdp")
val sdp: String
Link copied to clipboard
@SerialName(value = "type")
val type: CallEventContent.Answer.AnswerType