OfferMessage

data class OfferMessage(id: Long?, sdp: String?, type: String?, 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: String? = null