An authenticated TURN operation. More...
Public Member Functions | |
| TurnAuthOperation (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static TurnAuthOperation | getByAssignedValue (int value) |
Public Attributes | |
| Allocate =(1) | |
| Indicates a socket allocation request. More... | |
| CreatePermission =(2) | |
| Indicates a create-permission request. More... | |
| Refresh =(3) | |
| Indicates an allocation refresh request. More... | |
| ChannelBind =(4) | |
| Indicates a channel-bind request. More... | |
An authenticated TURN operation.
| fm.liveswitch.TurnAuthOperation.TurnAuthOperation | ( | int | value | ) |
|
static |
| int fm.liveswitch.TurnAuthOperation.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.TurnAuthOperation.Allocate =(1) |
Indicates a socket allocation request.
| fm.liveswitch.TurnAuthOperation.ChannelBind =(4) |
Indicates a channel-bind request.
| fm.liveswitch.TurnAuthOperation.CreatePermission =(2) |
Indicates a create-permission request.
| fm.liveswitch.TurnAuthOperation.Refresh =(3) |
Indicates an allocation refresh request.