FMIceLinkSdpIceRemoteCandidate Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpIceRemoteCandidate.h
FMIceLinkSdpIceRemoteCandidate.m

Overview

An SDP remote candidate element.

– componentId

Gets the ID of the component for which this is a remote candidate.
- (int)componentId

Discussion

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 *)connectionAddress

Discussion

Gets the IP address of the remote candidate.

Declared In

FMIceLinkSdpIceRemoteCandidate.h

– description

Converts this instance to a string.
- (NSString *)description

Discussion

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)port

Parameters

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 *)s

Parameters

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)port

Discussion

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)port

Parameters

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