FMIceLinkIceGatherPolicy Constants Reference
| Declared in | FMIceLinkIceGatherPolicy.h |
|---|
FMIceLinkIceGatherPolicy
The local policy for gathering candidates.
Definition
typedef NS_ENUM(NSInteger, FMIceLinkIceGatherPolicy ) {
FMIceLinkIceGatherPolicyAll = 1,
FMIceLinkIceGatherPolicyNoHost = 2,
FMIceLinkIceGatherPolicyRelay = 3,
};
Constants
FMIceLinkIceGatherPolicyAll-
All candidates (host, reflexive, and relay) will be gathered.
Declared In
FMIceLinkIceGatherPolicy.h. FMIceLinkIceGatherPolicyNoHost-
Only reflexive and relay candidates will be gathered.
Declared In
FMIceLinkIceGatherPolicy.h. FMIceLinkIceGatherPolicyRelay-
Only relay candidates will be gathered.
Declared In
FMIceLinkIceGatherPolicy.h.
Declared In
FMIceLinkIceGatherPolicy.h