FMIceLinkBundlePolicy Constants Reference

Declared in FMIceLinkBundlePolicy.h

FMIceLinkBundlePolicy

The local bundle negotiation policy. Denotes the policy this peer uses when negotiating resulting connection bundling policy.

Definition

typedef NS_ENUM(NSInteger, FMIceLinkBundlePolicy ) {
   FMIceLinkBundlePolicyBalanced = 1,
   FMIceLinkBundlePolicyMaxCompatibility = 2,
   FMIceLinkBundlePolicyMaxBundle = 3,
};

Constants

FMIceLinkBundlePolicyBalanced
Indicates that the first media section of each type will contain transport parameters. The second and any subsequent media sections of each type will be marked as "bundle only".

Declared In FMIceLinkBundlePolicy.h.

FMIceLinkBundlePolicyMaxCompatibility
Indicates that all media sections will contain transport parameters. No media sections will be marked as "bundle only".

Declared In FMIceLinkBundlePolicy.h.

FMIceLinkBundlePolicyMaxBundle
Indicates that only the first media section will contain transport parameters. All other media sections will be marked as "bundle only".

Declared In FMIceLinkBundlePolicy.h.

Declared In

FMIceLinkBundlePolicy.h