CPICEOptions

enum CPICEOptions : NSInteger {}

enum class for ICE Options

Since

1.0.0
  • 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.

    Declaration

    Objective-C

    ICE_VANILLA
  • 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.

    Declaration

    Objective-C

    ICE_TRICKLE