FMIceLinkStunTurnRefreshResponse Class Reference
| Inherits from | FMIceLinkStunTurnRefreshMessage : FMIceLinkStunMessage : NSObject | 
|---|---|
| Declared in | FMIceLinkStunTurnRefreshResponse.h FMIceLinkStunTurnRefreshResponse.m  | 
– initWithTransactionId:success:
	
Initializes a new instance of the FMIceLinkStunTurnRefreshResponse class.
			- (instancetype)initWithTransactionId:(FMIceLinkDataBuffer *)transactionId success:(bool)successParameters
transactionId | 
						The transaction ID.  | 
					
|---|---|
success | 
						Whether the request was successful.  | 
					
Discussion
Initializes a new instance of the FMIceLinkStunTurnRefreshResponse class.
			Declared In
FMIceLinkStunTurnRefreshResponse.h
+ refreshResponseWithTransactionId:success:
	
Initializes a new instance of the FMIceLinkStunTurnRefreshResponse class.
			+ (FMIceLinkStunTurnRefreshResponse *)refreshResponseWithTransactionId:(FMIceLinkDataBuffer *)transactionId success:(bool)successParameters
transactionId | 
						The transaction ID.  | 
					
|---|---|
success | 
						Whether the request was successful.  | 
					
Discussion
Initializes a new instance of the FMIceLinkStunTurnRefreshResponse class.
			Declared In
FMIceLinkStunTurnRefreshResponse.h