Enum BundlePolicy
The local bundle negotiation policy. Denotes the policy this peer uses when negotiating resulting connection bundling policy.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum BundlePolicy
Fields
Name | Description |
---|---|
Balanced | 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". |
Disabled | Indicates that all media sections will contain transport parameters. No support for bundling. |
MaxBundle | Indicates that only the first media section will contain transport parameters. All other media sections will be marked as "bundle only". |
MaxCompatibility | Indicates that all media sections will contain transport parameters. No media sections will be marked as "bundle only". |