TURN module (rfc5766)
ClientState
State machine states for the TURN client.
ClientState
#include <icy/turn/client/client.h>Inherits:
State
State machine states for the TURN client.
Public Methods
| Return | Name | Description |
|---|---|---|
std::string | toString virtual const inline | #### Returns |
toString
virtual const inline
virtual inline std::string toString() constReturns
Human-readable name for the current state.
Public Types
| Name | Description |
|---|---|
Type |
Type
enum Type| Value | Description |
|---|---|
None | |
Allocating | |
Authorizing | |
Success | |
Failed |
