Description

@Serializable
data class Description(val sdp: String, val type: CallEventContent.Negotiate.DescriptionType)

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.Negotiate.DescriptionType