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