Instance Methods | |
(bool) | - addCandidatePair: |
(NSMutableArray *) | - candidatePairs |
(void) | - clear |
(FMLiveSwitchIceCandidatePair *) | - findMatchingCandidatePairWithLocal:remote: |
(bool) | - hasNominatedSucceededPair |
(instancetype) | - initWithLockObject: |
(FMLiveSwitchIceCandidatePair *) | - nominatedPairWithHighestPriority |
(void) | - purgePairs |
(void) | - removeCandidatePair: |
(void) | - reorderWithCandidatePair: |
Class Methods | |
(FMLiveSwitchIceValidList *) | + validListWithLockObject: |
- (bool) addCandidatePair: | (FMLiveSwitchIceCandidatePair *) | candidatePair |
- (NSMutableArray*) candidatePairs |
- (void) clear |
- (FMLiveSwitchIceCandidatePair*) findMatchingCandidatePairWithLocal: | (FMLiveSwitchIceCandidate *) | local | |
remote: | (FMLiveSwitchIceCandidate *) | remote | |
- (bool) hasNominatedSucceededPair |
- (instancetype) initWithLockObject: | (id) | lockObject |
- (FMLiveSwitchIceCandidatePair*) nominatedPairWithHighestPriority |
- (void) purgePairs |
- (void) removeCandidatePair: | (FMLiveSwitchIceCandidatePair *) | candidatePair |
- (void) reorderWithCandidatePair: | (FMLiveSwitchIceCandidatePair *) | candidatePair |
+ (FMLiveSwitchIceValidList*) validListWithLockObject: | (id) | lockObject |