Arguments for the fm.liveswitch.TurnServer's authentication callback. More...
Public Member Functions | |
| fm.liveswitch.TurnAuthOperation | getOperation () |
| Gets the operation. More... | |
| String | getRealm () |
| Gets the realm from the request. More... | |
| String | getUsername () |
| Gets the username from the request. More... | |
| TurnAuthArgs (String username, String realm, fm.liveswitch.TurnAuthOperation operation) | |
| Initializes a new instance of the fm.liveswitch.TurnAuthArgs class. More... | |
Arguments for the fm.liveswitch.TurnServer's authentication callback.
| fm.liveswitch.TurnAuthArgs.TurnAuthArgs | ( | String | username, |
| String | realm, | ||
| fm.liveswitch.TurnAuthOperation | operation | ||
| ) |
Initializes a new instance of the fm.liveswitch.TurnAuthArgs class.
| username | The username from the request. |
| realm | The realm from the request. |
| operation | The operation. |
| fm.liveswitch.TurnAuthOperation fm.liveswitch.TurnAuthArgs.getOperation | ( | ) |
Gets the operation.
| String fm.liveswitch.TurnAuthArgs.getRealm | ( | ) |
Gets the realm from the request.
| String fm.liveswitch.TurnAuthArgs.getUsername | ( | ) |
Gets the username from the request.