Ice Candidate
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)