FMIceLinkStunTurnUnsupportedTransportProtocolError Class Reference

Inherits from FMIceLinkStunError : FMIceLinkError : NSObject
Declared in FMIceLinkStunTurnUnsupportedTransportProtocolError.h
FMIceLinkStunTurnUnsupportedTransportProtocolError.m

Overview

442 Unsupported Transport Protocol. The client should not receive this error in response to a request for a UDP allocation. The client MAY notify the user or operator and SHOULD NOT reattempt the request with this server until it believes the problem has been fixed.

– getDescription

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
- (NSString *)getDescription

Discussion

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).

Declared In

FMIceLinkStunTurnUnsupportedTransportProtocolError.h

– init

Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.

Declared In

FMIceLinkStunTurnUnsupportedTransportProtocolError.h

– initWithMessage:

Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
- (instancetype)initWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.

Declared In

FMIceLinkStunTurnUnsupportedTransportProtocolError.h

+ unsupportedTransportProtocolError

Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
+ (FMIceLinkStunTurnUnsupportedTransportProtocolError *)unsupportedTransportProtocolError

Discussion

Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.

Declared In

FMIceLinkStunTurnUnsupportedTransportProtocolError.h

+ unsupportedTransportProtocolErrorWithMessage:

Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
+ (FMIceLinkStunTurnUnsupportedTransportProtocolError *)unsupportedTransportProtocolErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.

Declared In

FMIceLinkStunTurnUnsupportedTransportProtocolError.h