Arguments for the FMLiveSwitchTurnServer's authentication callback.
More...
Arguments for the FMLiveSwitchTurnServer's authentication callback.
◆ initWithUsername:realm:operation:
- (instancetype) initWithUsername: |
|
(NSString *) |
username |
realm: |
|
(NSString *) |
realm |
operation: |
|
(FMLiveSwitchTurnAuthOperation) |
operation |
|
|
| |
Initializes a new instance of the FMLiveSwitchTurnAuthArgs class.
- Parameters
-
username | The username from the request. |
realm | The realm from the request. |
operation | The operation. |
◆ operation
- (FMLiveSwitchTurnAuthOperation) operation |
|
|
|
◆ realm
Gets the realm from the request.
◆ turnAuthArgsWithUsername:realm:operation:
Initializes a new instance of the FMLiveSwitchTurnAuthArgs class.
- Parameters
-
username | The username from the request. |
realm | The realm from the request. |
operation | The operation. |
◆ username
Gets the username from the request.