A STUN connection-bind response. More...
Instance Methods | |
| (instancetype) | - initWithTransactionId:success: |
| Initializes a new instance of the FMLiveSwitchStunTurnConnectionBindResponse class. More... | |
Class Methods | |
| (FMLiveSwitchStunTurnConnectionBindResponse *) | + connectionBindResponseWithTransactionId:success: |
| Initializes a new instance of the FMLiveSwitchStunTurnConnectionBindResponse class. More... | |
A STUN connection-bind response.
| + (FMLiveSwitchStunTurnConnectionBindResponse*) connectionBindResponseWithTransactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
| success: | (bool) | success | |
Initializes a new instance of the FMLiveSwitchStunTurnConnectionBindResponse class.
| transactionId | The transaction ID. |
| success | Whether the request was successful. |
| - (instancetype) initWithTransactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
| success: | (bool) | success | |
Initializes a new instance of the FMLiveSwitchStunTurnConnectionBindResponse class.
| transactionId | The transaction ID. |
| success | Whether the request was successful. |