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 *localCandidate
Declared In
TVOPreflightReport.h
remoteCandidate
The selected remote ICE candidate.
@property (nonatomic, strong, readonly, nonnull) TVOPreflightIceCandidate *remoteCandidate
Declared In
TVOPreflightReport.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Declared In
TVOPreflightReport.h