Click or drag to resize

CallCreationInfo Constructor (String, String, String)

Constructs a call creation info with conference related arguments.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public CallCreationInfo(
	string conferenceID,
	string conferencePasscode,
	string portalToken
)

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 signaling.
Remarks
Can be used if application needs to create a call using remote Conferencing platform.
See Also