FMIceLinkSdpSetupAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpSetupAttribute.h FMIceLinkSdpSetupAttribute.m  | 
Overview
The 'setup' attribute indicates which of the end points should
initiate the TCP connection establishment (i.e., send the initial TCP
SYN).  The 'setup' attribute is charset-independent and can be a
session-level or a media-level attribute.
					+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpSetupAttribute class.
			+ (FMIceLinkSdpSetupAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpSetupAttribute class.
			Declared In
FMIceLinkSdpSetupAttribute.h
– getAttributeValue
	
Gets the internal value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the internal value of the attribute.
			Declared In
FMIceLinkSdpSetupAttribute.h
– initWithSetup:
	
Initializes a new instance of the FMIceLinkSdpSetupAttribute class.
			- (instancetype)initWithSetup:(NSString *)setupParameters
setup | 
						Which end point should initiate the connection establishment. See FMIceLinkSdpSetupAttribute#setup for possible values.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpSetupAttribute class.
			Declared In
FMIceLinkSdpSetupAttribute.h
– setup
	
Gets which end point should initiate the connection establishment. See FMIceLinkSdpSetupAttribute#setup for possible values.
			- (NSString *)setupDiscussion
Gets which end point should initiate the connection establishment. See FMIceLinkSdpSetupAttribute#setup for possible values.
			Declared In
FMIceLinkSdpSetupAttribute.h
+ setupAttributeWithSetup:
	
Initializes a new instance of the FMIceLinkSdpSetupAttribute class.
			+ (FMIceLinkSdpSetupAttribute *)setupAttributeWithSetup:(NSString *)setupParameters
setup | 
						Which end point should initiate the connection establishment. See FMIceLinkSdpSetupAttribute#setup for possible values.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpSetupAttribute class.
			Declared In
FMIceLinkSdpSetupAttribute.h