FMIceLinkStunTurnRefreshResponse Class Reference

Inherits from FMIceLinkStunTurnRefreshMessage : FMIceLinkStunMessage : NSObject
Declared in FMIceLinkStunTurnRefreshResponse.h
FMIceLinkStunTurnRefreshResponse.m

Overview

A STUN refresh response.

– initWithTransactionId:success:

Initializes a new instance of the FMIceLinkStunTurnRefreshResponse class.
- (instancetype)initWithTransactionId:(FMIceLinkDataBuffer *)transactionId success:(bool)success

Parameters

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

Parameters

transactionId

The transaction ID.

success

Whether the request was successful.

Discussion

Initializes a new instance of the FMIceLinkStunTurnRefreshResponse class.

Declared In

FMIceLinkStunTurnRefreshResponse.h