FMIceLinkIcePolicy Constants Reference

Declared in FMIceLinkIcePolicy.h

FMIceLinkIcePolicy

Policy indicating whether ICE connectivity checks are required (and enabled) or disabled (and not required for a Connection)

Definition

typedef NS_ENUM(NSInteger, FMIceLinkIcePolicy ) {
   FMIceLinkIcePolicyRequired = 1,
   FMIceLinkIcePolicyDisabled = 2,
   FMIceLinkIcePolicyNegotiated = 3,
};

Constants

FMIceLinkIcePolicyRequired
Indicates that ICE connectivity checks are enabled and required on a Connection.

Declared In FMIceLinkIcePolicy.h.

FMIceLinkIcePolicyDisabled
Indicates that ICE is disabled on a Connection.

Declared In FMIceLinkIcePolicy.h.

FMIceLinkIcePolicyNegotiated
Indicates that ICE connectivity checks will be conducted only if supported by the other party.

Declared In FMIceLinkIcePolicy.h.

Declared In

FMIceLinkIcePolicy.h