Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TrickleIcePolicy

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

Index

Enumeration members

Enumeration members

FullTrickle

FullTrickle: = 2
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.
field

FullTrickle

type

{fm.icelink.TrickleIcePolicy}

HalfTrickle

HalfTrickle: = 3
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.
field

HalfTrickle

type

{fm.icelink.TrickleIcePolicy}

NotSupported

NotSupported: = 1
A Trickle ICE mode of operation where the offerer gathers all of the possible candidates strictly before creating and sending the offer.
field

NotSupported

type

{fm.icelink.TrickleIcePolicy}