FMIceLinkRedFecPolicy Constants Reference
| Declared in | FMIceLinkRedFecPolicy.h | 
|---|
FMIceLinkRedFecPolicy
The local policy for the RED Forward Error Correction support.
Cf. [https://tools.ietf.org/html/draft-ietf-rtcweb-fec-04](https://tools.ietf.org/html/draft-ietf-rtcweb-fec-04)
					Definition
typedef NS_ENUM(NSInteger, FMIceLinkRedFecPolicy ) {
                            
                               FMIceLinkRedFecPolicyDisabled = 1,
                            
                               FMIceLinkRedFecPolicyNegotiated = 2,
                            
                            };
                    
                    Constants
Declared In
FMIceLinkRedFecPolicy.h