Click or drag to resize

CallCreationInfo Constructor (String, String, String, String)

Constructs a guest user creation call information where the user is allowed to make a single call using the provided authorization token. The one time call creation with the authorization token is used in Avaya contact center environment where a user with mobile client can initiate a web based call towards contact center. Currently, this method of placing calls is not used in non-contact center environments.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public CallCreationInfo(
	string serviceGatewayUrl,
	string authorizationToken,
	string contextId,
	string remoteAddress
)

Parameters

serviceGatewayUrl
Type: SystemString
The Service Gateway URL to establish HTTP connection to create an audio or audio and video call.
authorizationToken
Type: SystemString
Authorization token needed to initiate the call. Currently, this parameter is only used for an end customer ("guest") to initiate a service gateway based HTTP call towards Avaya contact center solution. It represents the authorization token that is used by the service gateway to determine whether the call should be allowed to proceed or not.
contextId
Type: SystemString
Opaque data representing the id of contextual data stored in the contact center solution that is associated with this call.
remoteAddress
Type: SystemString
The remote address. Called party information. In the contact center solution, this can be a "vector directory number" (VDN)towards the contact center application, or the contact center agent's direct phone number. The use of this parameter is optional. Depending on the contact center solution, the remote number may not be needed if the remote number is implicitly associated with the authorization token on the service gateway side. When the remote number is associated with the token, this parameter should be null.
Remarks
Used by the guest user to initiate service gateway assisted HTTP audio or audio and video call towards Avaya contact center solution.
See Also