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