FMIceLinkStunTurnChannelBindMessage Class Reference
| Inherits from | FMIceLinkStunMessage : NSObject |
|---|---|
| Declared in | FMIceLinkStunTurnChannelBindMessage.h FMIceLinkStunTurnChannelBindMessage.m |
+ channelBindMessageWithMessageType:transactionId:
Initializes a new instance of the FMIceLinkStunTurnChannelBindMessage class.
+ (FMIceLinkStunTurnChannelBindMessage *)channelBindMessageWithMessageType:(FMIceLinkStunMessageType)messageType transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
messageType |
The type of the message. |
|---|---|
transactionId |
The transaction ID. |
Discussion
Initializes a new instance of the FMIceLinkStunTurnChannelBindMessage class.
Declared In
FMIceLinkStunTurnChannelBindMessage.h
– initWithMessageType:transactionId:
Initializes a new instance of the FMIceLinkStunTurnChannelBindMessage class.
- (instancetype)initWithMessageType:(FMIceLinkStunMessageType)messageType transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
messageType |
The type of the message. |
|---|---|
transactionId |
The transaction ID. |
Discussion
Initializes a new instance of the FMIceLinkStunTurnChannelBindMessage class.
Declared In
FMIceLinkStunTurnChannelBindMessage.h
– method
Gets the method.
- (int)methodDiscussion
Gets the method.
Declared In
FMIceLinkStunTurnChannelBindMessage.h