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