FMIceLinkSdpIceRemoteCandidate Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpIceRemoteCandidate.h FMIceLinkSdpIceRemoteCandidate.m  | 
– componentId
	
Gets the ID of the component for which this is a remote candidate.
			- (int)componentIdDiscussion
Gets the ID of the component for which this is a remote candidate.
			Declared In
FMIceLinkSdpIceRemoteCandidate.h
– connectionAddress
	
Gets the IP address of the remote candidate.
			- (NSString *)connectionAddressDiscussion
Gets the IP address of the remote candidate.
			Declared In
FMIceLinkSdpIceRemoteCandidate.h
– description
	
Converts this instance to a string.
			- (NSString *)descriptionDiscussion
Converts this instance to a string.
			Declared In
FMIceLinkSdpIceRemoteCandidate.h
– initWithComponentId:connectionAddress:port:
	
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidate class.
			- (instancetype)initWithComponentId:(int)componentId connectionAddress:(NSString *)connectionAddress port:(int)portParameters
componentId | 
						The ID of the component for which this is a remote candidate.  | 
					
|---|---|
connectionAddress | 
						The IP address of the remote candidate.  | 
					
port | 
						The port of the remote candidate.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidate class.
			Declared In
FMIceLinkSdpIceRemoteCandidate.h
+ parseWithS:
	
Creates an FMIceLinkSdpIceRemoteCandidate instance from a string.
			+ (FMIceLinkSdpIceRemoteCandidate *)parseWithS:(NSString *)sParameters
s | 
						The string to parse.  | 
					
|---|
Discussion
Creates an FMIceLinkSdpIceRemoteCandidate instance from a string.
			Declared In
FMIceLinkSdpIceRemoteCandidate.h
– port
	
Gets the port of the remote candidate.
			- (int)portDiscussion
Gets the port of the remote candidate.
			Declared In
FMIceLinkSdpIceRemoteCandidate.h
+ remoteCandidateWithComponentId:connectionAddress:port:
	
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidate class.
			+ (FMIceLinkSdpIceRemoteCandidate *)remoteCandidateWithComponentId:(int)componentId connectionAddress:(NSString *)connectionAddress port:(int)portParameters
componentId | 
						The ID of the component for which this is a remote candidate.  | 
					
|---|---|
connectionAddress | 
						The IP address of the remote candidate.  | 
					
port | 
						The port of the remote candidate.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpIceRemoteCandidate class.
			Declared In
FMIceLinkSdpIceRemoteCandidate.h