OfferMessage

data class OfferMessage(id: Long?, sdp: String?, type: Type?, opaque: String?)

Properties

id
Link copied to clipboard
common
val id: Long? = null
opaque
Link copied to clipboard
common
val opaque: String? = null
sdp
Link copied to clipboard
common
val sdp: String? = null
type
Link copied to clipboard
common
val type: Type? = null