FMIceLinkStunTurnChannelBindResponse Class Reference

Inherits from FMIceLinkStunTurnChannelBindMessage : FMIceLinkStunMessage : NSObject
Declared in FMIceLinkStunTurnChannelBindResponse.h
FMIceLinkStunTurnChannelBindResponse.m

Overview

A STUN channel-bind response.

+ channelBindResponseWithTransactionId:success:

Initializes a new instance of the FMIceLinkStunTurnChannelBindResponse class.
+ (FMIceLinkStunTurnChannelBindResponse *)channelBindResponseWithTransactionId:(FMIceLinkDataBuffer *)transactionId success:(bool)success

Parameters

transactionId

The transaction ID.

success

Whether the request was successful.

Discussion

Initializes a new instance of the FMIceLinkStunTurnChannelBindResponse class.

Declared In

FMIceLinkStunTurnChannelBindResponse.h

– initWithTransactionId:success:

Initializes a new instance of the FMIceLinkStunTurnChannelBindResponse 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 FMIceLinkStunTurnChannelBindResponse class.

Declared In

FMIceLinkStunTurnChannelBindResponse.h