IceCandidateMessage

data class IceCandidateMessage(val from: String, val to: String, val candidate: RTCIceCandidate) : MultimediaProtocolMessage

Constructors

Link copied to clipboard
constructor(from: String, to: String, candidate: RTCIceCandidate)

Properties

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