Class RTCIceCandidateStats
Inheritance
RTCIceCandidateStats
Syntax
public class RTCIceCandidateStats : RTCStats
Properties
address
Declaration
public string address { get; }
Property Value
candidateType
Declaration
public string candidateType { get; }
Property Value
ip
Declaration
public string ip { get; }
Property Value
isRemote
Declaration
public bool isRemote { 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
relayProtocol
Declaration
public string relayProtocol { get; }
Property Value
transportId
Declaration
public string transportId { get; }
Property Value
url
Declaration
public string url { get; }
Property Value