SMICEOptions Constants Reference

Declared in SMICEOptions.h
Availability 4.1.0

SMICEOptions

Definition

typedef NS_ENUM(NSInteger, SMICEOptions ) {
   ICE_VANILLA,
   ICE_TRICKLE,
};

Constants

ICE_VANILLA

Collects ICE candidates before initializing signaling. Vanilla ICE requires candidate collection process, which may take time due to number of interfaces in client’s device and network setup conditions. Vanilla ICE asks clients to sends all candidates in the offer and answer SDPs.This is causing call setup delays. Each side waits for its own candidate collection interval.

Declared In SMICEOptions.h.

ICE_TRICKLE

Completes signaling without waiting for candidate collection. Sends collected candidates to each other (as collection of candidates finished) after the call signaling is done and call is established. This may be causing media delays.

Declared In SMICEOptions.h.

Availability

4.1.0

Declared In

SMICEOptions.h