RtcIceCandidateStats
data class RtcIceCandidateStats(val id: String?, val type: String?, val timestampUs: Double?, val transportId: String?, val candidateType: String?, val protocol: String?, val address: String?, val port: Int?, val vpn: Boolean?, val isRemote: Boolean?, val ip: String?, val networkAdapterType: String?, val networkType: String?, val priority: Int?, val url: String?, val relayProtocol: String?) : RtcStats
Constructors
Link copied to clipboard
constructor(id: String?, type: String?, timestampUs: Double?, transportId: String?, candidateType: String?, protocol: String?, address: String?, port: Int?, vpn: Boolean?, isRemote: Boolean?, ip: String?, networkAdapterType: String?, networkType: String?, priority: Int?, url: String?, relayProtocol: String?)