CallCreationInfo Constructor (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
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic CallCreationInfo(
string conferenceID,
string conferencePasscode,
string portalToken,
string uccpUrl,
string serviceGatewayUrl,
string portalUrl,
string meetMeUserName,
string remoteAddress,
bool isPresentationOnlyMode
)
Parameters
- conferenceID
- Type: SystemString
The Virtual Room id to identify the conference room that will be used if we make the call to Conference system.
- conferencePasscode
- Type: SystemString
The Virtual Room PIN to identify the conference room.
- portalToken
- Type: SystemString
Correlation-token provided by Equinox/Portal to correlate portal session with SIP signalling.
- uccpUrl
- Type: SystemString
The URL to establish UCCP connection to the conference server.
- serviceGatewayUrl
- Type: SystemString
The Service Gateway URL to establish HTTP connection to the server and escalate to a/v call.
- portalUrl
- Type: SystemString
The Unified Portal Server URL. Required for redial capability.
- meetMeUserName
- Type: SystemString
The user display name to represent user in MeetMe call.
- remoteAddress
- Type: SystemString
The remote address.
- isPresentationOnlyMode
- Type: SystemBoolean
A Boolean value indicating whether the call should be created in presentation only mode.
Remarks
Can be used if application needs to create a MeetMe data-only conference call using remote Conferencing platform.
See Also