FMIceLinkSdpIceMismatchAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpIceMismatchAttribute.h FMIceLinkSdpIceMismatchAttribute.m  | 
Overview
"ice-mismatch" is a media-level
attribute only, and when present in an answer, indicates that the
offer arrived with a default destination for a media component that
didn't have a corresponding candidate attribute.
					+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.
			+ (FMIceLinkSdpIceMismatchAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.
			Declared In
FMIceLinkSdpIceMismatchAttribute.h
– getAttributeValue
	
Gets the value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the value of the attribute.
			Declared In
FMIceLinkSdpIceMismatchAttribute.h
– init
	
Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.
			Declared In
FMIceLinkSdpIceMismatchAttribute.h
+ mismatchAttribute
	
Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.
			+ (FMIceLinkSdpIceMismatchAttribute *)mismatchAttributeDiscussion
Initializes a new instance of the FMIceLinkSdpIceMismatchAttribute class.
			Declared In
FMIceLinkSdpIceMismatchAttribute.h