AnswerMessage

data class AnswerMessage(val from: String, val to: String, val answer: RTCSessionDescription) : MultimediaProtocolMessage

Constructors

Link copied to clipboard
constructor(from: String, to: String, answer: RTCSessionDescription)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String