FMIceLinkSdpIceRemoteCandidatesAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpIceRemoteCandidatesAttribute.h FMIceLinkSdpIceRemoteCandidatesAttribute.m  | 
Overview
The attribute contains a connection-address and port for each
component.  The ordering of components is irrelevant.  However, a
value MUST be present for each component of a media stream.  This
attribute MUST be included in an offer by a controlling agent for a
media stream that is Completed, and MUST NOT be included in any other
case.
					– candidates
	
Gets the array of remote candidates.
			- (NSMutableArray *)candidatesDiscussion
Gets the array of remote candidates.
			Declared In
FMIceLinkSdpIceRemoteCandidatesAttribute.h
+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidatesAttribute class.
			+ (FMIceLinkSdpIceRemoteCandidatesAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidatesAttribute class.
			Declared In
FMIceLinkSdpIceRemoteCandidatesAttribute.h
– getAttributeValue
	
Gets the value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the value of the attribute.
			Declared In
FMIceLinkSdpIceRemoteCandidatesAttribute.h
– initWithCandidates:
	
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidatesAttribute class.
			- (instancetype)initWithCandidates:(NSMutableArray *)candidatesParameters
candidates | 
						The array of remote candidates.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidatesAttribute class.
			Declared In
FMIceLinkSdpIceRemoteCandidatesAttribute.h
+ remoteCandidatesAttributeWithCandidates:
	
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidatesAttribute class.
			+ (FMIceLinkSdpIceRemoteCandidatesAttribute *)remoteCandidatesAttributeWithCandidates:(NSMutableArray *)candidatesParameters
candidates | 
						The array of remote candidates.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidatesAttribute class.
			Declared In
FMIceLinkSdpIceRemoteCandidatesAttribute.h