Description

@JsonClass(generateAdapter = true)
data class Description(@Json(name = "type") val type: SdpType?, @Json(name = "sdp") val sdp: String?)

Constructors

Link copied to clipboard
fun Description(@Json(name = "type") type: SdpType?, @Json(name = "sdp") sdp: String?)

Properties

Link copied to clipboard
val sdp: String?

Required. The SDP text of the session description.

Link copied to clipboard
val type: SdpType?

Required. The type of session description.