ReOfferMessage

data class ReOfferMessage(val type: String = "re-offer", val sdp: String)

Constructors

Link copied to clipboard
constructor(type: String = "re-offer", sdp: String)

Properties

Link copied to clipboard
@SerializedName(value = "sdp")
val sdp: String
Link copied to clipboard
@SerializedName(value = "type")
val type: String