Class RTCIceCandidateStats
Inheritance
RTCIceCandidateStats
Assembly: Unity.WebRTC.dll
Syntax
public class RTCIceCandidateStats : RTCStats
Properties
address
Declaration
public string address { get; }
Property Value
candidateType
Declaration
public string candidateType { get; }
Property Value
foundation
Declaration
public string foundation { get; }
Property Value
ip
Declaration
public string ip { get; }
Property Value
networkAdapterType
Declaration
public string networkAdapterType { get; }
Property Value
networkType
Declaration
public string networkType { get; }
Property Value
port
Declaration
Property Value
priority
Declaration
public int priority { get; }
Property Value
protocol
Declaration
public string protocol { get; }
Property Value
Declaration
public string relatedAddress { get; }
Property Value
Declaration
public int relatedPort { get; }
Property Value
relayProtocol
Declaration
public string relayProtocol { get; }
Property Value
tcpType
Declaration
public string tcpType { get; }
Property Value
transportId
Declaration
public string transportId { get; }
Property Value
url
Declaration
public string url { get; }
Property Value
usernameFragment
Declaration
public string usernameFragment { get; }
Property Value
vpn
Declaration
Property Value