fm.liveswitch.TurnAuthArgs Class Reference

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...
 

Detailed Description

Arguments for the fm.liveswitch.TurnServer's authentication callback.

Constructor & Destructor Documentation

◆ TurnAuthArgs()

fm.liveswitch.TurnAuthArgs.TurnAuthArgs ( String  username,
String  realm,
fm.liveswitch.TurnAuthOperation  operation 
)

Initializes a new instance of the fm.liveswitch.TurnAuthArgs class.

Parameters
usernameThe username from the request.
realmThe realm from the request.
operationThe operation.

Member Function Documentation

◆ getOperation()

fm.liveswitch.TurnAuthOperation fm.liveswitch.TurnAuthArgs.getOperation ( )

Gets the operation.

◆ getRealm()

String fm.liveswitch.TurnAuthArgs.getRealm ( )

Gets the realm from the request.

◆ getUsername()

String fm.liveswitch.TurnAuthArgs.getUsername ( )

Gets the username from the request.