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