FMIceLinkMultiplexPolicy Constants Reference
| Declared in | FMIceLinkMultiplexPolicy.h | 
|---|
FMIceLinkMultiplexPolicy
The local policy for RTP/RTCP multiplex negotation.
					Definition
typedef NS_ENUM(NSInteger, FMIceLinkMultiplexPolicy ) {
                            
                               FMIceLinkMultiplexPolicyNegotiated = 1,
                            
                               FMIceLinkMultiplexPolicyRequired = 2,
                            
                            };
                    
                    Constants
FMIceLinkMultiplexPolicyNegotiated- 
Indicates that multiplexing will be used only if the remote end supports it.
Declared In
FMIceLinkMultiplexPolicy.h. FMIceLinkMultiplexPolicyRequired- 
Indicates that multiplexing will be required. The connection will fail if the remote end does not support multiplexing.
Declared In
FMIceLinkMultiplexPolicy.h. 
Declared In
FMIceLinkMultiplexPolicy.h