A generic STUN refresh message. More...
Instance Methods | |
(instancetype) | - initWithMessageType:transactionId: |
Initializes a new instance of the FMLiveSwitchStunTurnRefreshMessage class. More... | |
(int) | - method |
Gets the method. More... | |
Class Methods | |
(FMLiveSwitchStunTurnRefreshMessage *) | + refreshMessageWithMessageType:transactionId: |
Initializes a new instance of the FMLiveSwitchStunTurnRefreshMessage class. More... | |
A generic STUN refresh message.
- (instancetype) initWithMessageType: | (FMLiveSwitchStunMessageType) | messageType | |
transactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
Initializes a new instance of the FMLiveSwitchStunTurnRefreshMessage class.
messageType | The type of the message. |
transactionId | The transaction ID. |
Implements FMLiveSwitchStunMessage.
- (int) method |
Gets the method.
Implements FMLiveSwitchStunMessage.
+ (FMLiveSwitchStunTurnRefreshMessage*) refreshMessageWithMessageType: | (FMLiveSwitchStunMessageType) | messageType | |
transactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
Initializes a new instance of the FMLiveSwitchStunTurnRefreshMessage class.
messageType | The type of the message. |
transactionId | The transaction ID. |