A generic STUN create-permission message. More...
Instance Methods | |
| (instancetype) | - initWithMessageType:transactionId: |
| Initializes a new instance of the FMLiveSwitchStunTurnCreatePermissionMessage class. More... | |
| (int) | - method |
| Gets the method. More... | |
Class Methods | |
| (FMLiveSwitchStunTurnCreatePermissionMessage *) | + createPermissionMessageWithMessageType:transactionId: |
| Initializes a new instance of the FMLiveSwitchStunTurnCreatePermissionMessage class. More... | |
A generic STUN create-permission message.
| + (FMLiveSwitchStunTurnCreatePermissionMessage*) createPermissionMessageWithMessageType: | (FMLiveSwitchStunMessageType) | messageType | |
| transactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
Initializes a new instance of the FMLiveSwitchStunTurnCreatePermissionMessage class.
| messageType | The type of the message. |
| transactionId | The transaction ID. |
| - (instancetype) initWithMessageType: | (FMLiveSwitchStunMessageType) | messageType | |
| transactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
Initializes a new instance of the FMLiveSwitchStunTurnCreatePermissionMessage class.
| messageType | The type of the message. |
| transactionId | The transaction ID. |
Implements FMLiveSwitchStunMessage.
| - (int) method |
Gets the method.
Implements FMLiveSwitchStunMessage.