FMIceLinkTrickleIcePolicy Constants Reference

Declared in FMIceLinkTrickleIcePolicy.h

FMIceLinkTrickleIcePolicy

The local policy for TrickleIce support. Cf. [https://tools.ietf.org/html/draft-ietf-ice-trickle-04](https://tools.ietf.org/html/draft-ietf-ice-trickle-04)

Definition

typedef NS_ENUM(NSInteger, FMIceLinkTrickleIcePolicy ) {
   FMIceLinkTrickleIcePolicyNotSupported = 1,
   FMIceLinkTrickleIcePolicyFullTrickle = 2,
   FMIceLinkTrickleIcePolicyHalfTrickle = 3,
};

Constants

FMIceLinkTrickleIcePolicyNotSupported
A Trickle ICE mode of operation where the offerer gathers all of the possible candidates strictly before creating and sending the offer.

Declared In FMIceLinkTrickleIcePolicy.h.

FMIceLinkTrickleIcePolicyFullTrickle
The regular mode of operation for Trickle ICE agents, in which an initial offer can include any number of candidates (even zero candidates) and does not need to include the entire first generation of candidates as in half trickle.

Declared In FMIceLinkTrickleIcePolicy.h.

FMIceLinkTrickleIcePolicyHalfTrickle
A Trickle ICE mode of operation where the offerer gathers its first generation of candidates strictly before creating and sending the offer. Once sent, that offer can be processed by Vanilla ICE agents and does not require support for this specification. It also allows Trickle ICE capable answerers to still gather candidates and perform connectivity checks in a non-blocking way, thus roughly offering "half" the advantages of Trickle ICE. The mechanism is mostly meant for use in cases where support for Trickle ICE cannot be confirmed prior to sending an initial offer.

Declared In FMIceLinkTrickleIcePolicy.h.

Declared In

FMIceLinkTrickleIcePolicy.h