The local bundle negotiation policy. Denotes the policy this peer uses when negotiating resulting connection bundling policy.
Namespace:
FM.IceLink
Assembly:
FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
| Member name | Value | Description |
---|
| Balanced | 1 |
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".
|
| MaxCompatibility | 2 |
Indicates that all media sections will contain transport parameters.
No media sections will be marked as "bundle only".
|
| MaxBundle | 3 |
Indicates that only the first media section will contain transport parameters.
All other media sections will be marked as "bundle only".
|
See Also