FMIceLinkSdpKeywordsAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpKeywordsAttribute.h FMIceLinkSdpKeywordsAttribute.m  | 
Overview
Like the cat attribute, this is to assist identifying wanted
sessions at the receiver.  This allows a receiver to select
interesting session based on [keywords](#//api/name/keywords) describing the purpose of
the session; there is no central registry of [keywords](#//api/name/keywords).  It is a
session-level attribute.  It is a charset-dependent attribute,
meaning that its value should be interpreted in the charset
specified for the session description if one is specified, or
by default in ISO 10646/UTF-8.
					+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpKeywordsAttribute class.
			+ (FMIceLinkSdpKeywordsAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpKeywordsAttribute class.
			Declared In
FMIceLinkSdpKeywordsAttribute.h
– getAttributeValue
	
Gets the internal value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the internal value of the attribute.
			Declared In
FMIceLinkSdpKeywordsAttribute.h
– initWithKeywords:
	
Initializes a new instance of the FMIceLinkSdpKeywordsAttribute class.
			- (instancetype)initWithKeywords:(NSString *)keywordsParameters
keywords | 
						The keywords describing the purpose of the session.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpKeywordsAttribute class.
			Declared In
FMIceLinkSdpKeywordsAttribute.h
– keywords
	
Gets the keywords describing the purpose of the session.
			- (NSString *)keywordsDiscussion
Gets the keywords describing the purpose of the session.
			Declared In
FMIceLinkSdpKeywordsAttribute.h
+ keywordsAttributeWithKeywords:
	
Initializes a new instance of the FMIceLinkSdpKeywordsAttribute class.
			+ (FMIceLinkSdpKeywordsAttribute *)keywordsAttributeWithKeywords:(NSString *)keywordsParameters
keywords | 
						The keywords describing the purpose of the session.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpKeywordsAttribute class.
			Declared In
FMIceLinkSdpKeywordsAttribute.h