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