FMIceLinkSdpIceCandidateType Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpIceCandidateType.h
FMIceLinkSdpIceCandidateType.m

Overview

Defines valid SDP candidate types.

+ host

Gets the SDP candidate type meaning "Host".
+ (NSString *)host

Discussion

Gets the SDP candidate type meaning "Host".

Declared In

FMIceLinkSdpIceCandidateType.h

+ peerReflexive

Gets the SDP candidate type meaning "Peer Reflexive".
+ (NSString *)peerReflexive

Discussion

Gets the SDP candidate type meaning "Peer Reflexive".

Declared In

FMIceLinkSdpIceCandidateType.h

+ relayed

Gets the SDP candidate type meaning "Relayed".
+ (NSString *)relayed

Discussion

Gets the SDP candidate type meaning "Relayed".

Declared In

FMIceLinkSdpIceCandidateType.h

+ serverReflexive

Gets the SDP candidate type meaning "Server Reflexive".
+ (NSString *)serverReflexive

Discussion

Gets the SDP candidate type meaning "Server Reflexive".

Declared In

FMIceLinkSdpIceCandidateType.h