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 *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			Declared In
FMIceLinkStunTurnUnsupportedTransportProtocolError.h
– init
	
Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
			Declared In
FMIceLinkStunTurnUnsupportedTransportProtocolError.h
– initWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
			- (instancetype)initWithMessage:(NSString *)messageParameters
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 *)unsupportedTransportProtocolErrorDiscussion
Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
			Declared In
FMIceLinkStunTurnUnsupportedTransportProtocolError.h
+ unsupportedTransportProtocolErrorWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
			+ (FMIceLinkStunTurnUnsupportedTransportProtocolError *)unsupportedTransportProtocolErrorWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnUnsupportedTransportProtocolError class.
			Declared In
FMIceLinkStunTurnUnsupportedTransportProtocolError.h