IceCandidate

data class IceCandidate(val foundation: String, val priority: Long, val ip: String, val protocol: TransportProtocol, val port: Int, val type: CandidateType, val tcpType: TcpType? = null, val generation: Int? = null, val networkId: Int? = null, val networkCost: Int? = null)

ICE candidate for establishing peer connection

Constructors

Link copied to clipboard
constructor(foundation: String, priority: Long, ip: String, protocol: TransportProtocol, port: Int, type: CandidateType, tcpType: TcpType? = null, generation: Int? = null, networkId: Int? = null, networkCost: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val generation: Int? = null
Link copied to clipboard
val ip: String
Link copied to clipboard
val networkCost: Int? = null
Link copied to clipboard
val networkId: Int? = null
Link copied to clipboard
val port: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tcpType: TcpType? = null
Link copied to clipboard