FMIceLinkStunTurnSendMessage Class Reference
| Inherits from | FMIceLinkStunMessage : NSObject |
|---|---|
| Declared in | FMIceLinkStunTurnSendMessage.h FMIceLinkStunTurnSendMessage.m |
– initWithMessageType:transactionId:
Initializes a new instance of the FMIceLinkStunTurnSendMessage 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 FMIceLinkStunTurnSendMessage class.
Declared In
FMIceLinkStunTurnSendMessage.h
– method
Gets the method.
- (int)methodDiscussion
Gets the method.
Declared In
FMIceLinkStunTurnSendMessage.h
+ sendMessageWithMessageType:transactionId:
Initializes a new instance of the FMIceLinkStunTurnSendMessage class.
+ (FMIceLinkStunTurnSendMessage *)sendMessageWithMessageType:(FMIceLinkStunMessageType)messageType transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
messageType |
The type of the message. |
|---|---|
transactionId |
The transaction ID. |
Discussion
Initializes a new instance of the FMIceLinkStunTurnSendMessage class.
Declared In
FMIceLinkStunTurnSendMessage.h