TVOIceCandidateStats Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | TVOIceCandidateStats.h | 
  candidateType
	Ice candidate type.
@property (nonatomic, copy, readonly, nullable) NSString *candidateTypeDeclared In
TVOIceCandidateStats.h
  deleted
	Determines if the ice candidate is deleted or not.
@property (nonatomic, assign, readonly, getter=isDeleted) BOOL deletedDiscussion
For local candidates, YES indicates that the candidate has been deleted/freed as described by
[RFC5245]. For host candidates, this means that any network resources (typically a socket) associated with the
candidate have been released. For TURN candidates, this means the TURN allocation is no longer active.
Declared In
TVOIceCandidateStats.h
  ip
	The IP address of the candidate, allowing for IPv4 addresses and IPv6 addresses, but fully qualified domain names (FQDNs) are not allowed. See [RFC5245] section 15.1 for details.
@property (nonatomic, copy, readonly, nullable) NSString *ipDeclared In
TVOIceCandidateStats.h
  remote
	NO indicates that this represents a local candidate; YES indicates that this represents a remote candidate.
@property (nonatomic, assign, readonly, getter=isRemote) BOOL remoteDeclared In
TVOIceCandidateStats.h
  port
	The port number of the candidate.
@property (nonatomic, assign, readonly) long portDeclared In
TVOIceCandidateStats.h
  priority
	The priority of the candidate. Priority is calculated as defined in [RFC5245] section 15.1.
@property (nonatomic, assign, readonly) long priorityDeclared In
TVOIceCandidateStats.h
  protocol
	The protocol used by the candidate. The valid values for transport is one of udp and tcp. Based on the “transport” defined in [RFC5245] section 15.1.
@property (nonatomic, copy, readonly, nullable) NSString *protocolDeclared In
TVOIceCandidateStats.h
  url
	The URL of the TURN or STUN server indicated in the that translated this IP address. It is the URL address surfaced in an peer connection ice event.
@property (nonatomic, copy, readonly, nullable) NSString *urlDeclared In
TVOIceCandidateStats.h
  transportId
	The unique identifier used for TVOIceCandidateStats associated with this candidate.
@property (nonatomic, copy, readonly, nullable) NSString *transportIdDeclared In
TVOIceCandidateStats.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDiscussion
Ice candidate stats cannot be created explicitly.
Declared In
TVOIceCandidateStats.h