AnswerMessage

data class AnswerMessage(val type: String = "answer", val sdp: String)

Constructors

Link copied to clipboard
constructor(type: String = "answer", sdp: String)

Properties

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