FMIceLinkSdpIceUfragAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpIceUfragAttribute.h FMIceLinkSdpIceUfragAttribute.m  | 
+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			+ (FMIceLinkSdpIceUfragAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			Declared In
FMIceLinkSdpIceUfragAttribute.h
+ generateUfrag
	
Generates a username fragment.
			+ (NSString *)generateUfragDiscussion
Generates a username fragment.
			Declared In
FMIceLinkSdpIceUfragAttribute.h
– getAttributeValue
	
Gets the value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the value of the attribute.
			Declared In
FMIceLinkSdpIceUfragAttribute.h
– init
	
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			Declared In
FMIceLinkSdpIceUfragAttribute.h
– initWithUfrag:
	
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			- (instancetype)initWithUfrag:(NSString *)ufragParameters
ufrag | 
						The username fragment used by ICE for message integrity.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			Declared In
FMIceLinkSdpIceUfragAttribute.h
– ufrag
	
Gets the username fragment used by ICE for message integrity.
			- (NSString *)ufragDiscussion
Gets the username fragment used by ICE for message integrity.
			Declared In
FMIceLinkSdpIceUfragAttribute.h
+ ufragAttribute
	
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			+ (FMIceLinkSdpIceUfragAttribute *)ufragAttributeDiscussion
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			Declared In
FMIceLinkSdpIceUfragAttribute.h
+ ufragAttributeWithUfrag:
	
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			+ (FMIceLinkSdpIceUfragAttribute *)ufragAttributeWithUfrag:(NSString *)ufragParameters
ufrag | 
						The username fragment used by ICE for message integrity.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceUfragAttribute class.
			Declared In
FMIceLinkSdpIceUfragAttribute.h