TVOPreflightIceCandidate Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | TVOPreflightReport.h | 
  transportId
	Transport ID of the ice candidate.
@property (nonatomic, strong, readonly, nonnull) NSString *transportIdDeclared In
TVOPreflightReport.h
  isRemote
	Boolean showing if this is a remote candidate.
@property (nonatomic, assign, readonly) BOOL isRemoteDeclared In
TVOPreflightReport.h
  ip
	IP address of the ice candidate.
@property (nonatomic, strong, readonly, nonnull) NSString *ipDeclared In
TVOPreflightReport.h
  port
	Port of the ice candidate.
@property (nonatomic, assign, readonly) NSUInteger portDeclared In
TVOPreflightReport.h
  protocol
	Protocol used by the ICE candidate.
@property (nonatomic, strong, readonly, nonnull) NSString *protocolDeclared In
TVOPreflightReport.h
  candidateType
	ICE candidate type like local, host, etc.
@property (nonatomic, strong, readonly, nonnull) NSString *candidateTypeDeclared In
TVOPreflightReport.h
  priority
	Priority of the ICE candidate.
@property (nonatomic, assign, readonly) NSUInteger priorityDeclared In
TVOPreflightReport.h
  url
	URL of the ice candidate.
@property (nonatomic, strong, readonly, nonnull) NSString *urlDeclared In
TVOPreflightReport.h
  deleted
	Boolean showing if the ICE candidate is deleted.
@property (nonatomic, assign, readonly) BOOL deletedDeclared In
TVOPreflightReport.h
  networkCost
	Network cost of the ICE candidate.
@property (nonatomic, assign, readonly) NSUInteger networkCostDeclared In
TVOPreflightReport.h
  networkId
	Network ID of the ICE candidate.
@property (nonatomic, assign, readonly) NSUInteger networkIdDeclared In
TVOPreflightReport.h
  networkType
	Network type used by the ICE candidate like WiFi, LTE, etc.
@property (nonatomic, strong, readonly, nonnull) NSString *networkTypeDeclared In
TVOPreflightReport.h
  relatedAddress
	Related address of the ICE candidate, if any.
@property (nonatomic, strong, readonly, nonnull) NSString *relatedAddressDeclared In
TVOPreflightReport.h
  relatedPort
	Related port of the ICE candidate, if any.
@property (nonatomic, assign, readonly) NSUInteger relatedPortDeclared In
TVOPreflightReport.h
  tcpType
	TCP type of the ICE candidate.
@property (nonatomic, strong, readonly, nonnull) NSString *tcpTypeDeclared In
TVOPreflightReport.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDeclared In
TVOPreflightReport.h