TVOPreflightSelectedIceCandidatePair Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | TVOPreflightReport.h | 
Overview
TVOPreflightSelectedIceCandidatePair stores the selected local and remote ICE
candidates used during the test. The values are stored as TVOPreflightIceCandidate objects.
  localCandidate
	The selected local ICE candidate.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightIceCandidate *localCandidateDeclared In
TVOPreflightReport.h
  remoteCandidate
	The selected remote ICE candidate.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightIceCandidate *remoteCandidateDeclared In
TVOPreflightReport.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDeclared In
TVOPreflightReport.h