OfferMessage

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

Properties

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