Click or drag to resize

CallCreationInfo Constructor

Overload List
  NameDescription
Public methodCallCreationInfo
Constructs a call creation info with no arguments.
Public methodCallCreationInfo(Int32, String)
Constructs a call creation info with remote call arguments.
Public methodCallCreationInfo(String, String, String)
Constructs a call creation info with conference related arguments.
Public methodCallCreationInfo(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.
Public methodCallCreationInfo(String, String, String, String, String, String, String, String, Boolean)
Constructs an conference call creation info with HTTP meet-me conference related arguments. Can be used if application needs to create a MeetMe (HTTP) call through Service Gateway using remote Conferencing platform
Top
See Also