From Bright Pattern Documentation
Jump to: navigation, search
 
 
Line 1: Line 1:
 
<translate>= Single-Step Conference=
 
<translate>= Single-Step Conference=
This function initiates a [[agent-guide/HowtoHostaConference|single-step conference]] with the current party on the call and the party at the specified number.
+
Initiates a [[agent-guide/HowtoHostaConference|single-step conference]] with the current party on the call and the party at the specified number.
  
== Syntax ==
+
== Request ==
''singleStepConference(number);''
+
=== Syntax ===
 +
singleStepConference(number);
 +
 
 +
=== Parameters ===
 +
{|border="1" style="border-collapse:collapse" cellpadding="5"
 +
| '''Parameter'''
 +
| '''Type'''
 +
| '''Optional/Required'''
 +
| '''Description'''
 +
| '''Example'''
 +
|-
 +
| number
 +
| String
 +
| Required
 +
| The number for which the call is to be conferenced
 +
| "16501234567"
 +
|}
  
== Parameters ==
 
''number'' – string containing the number for which the call is to be conferenced; required
 
  
  
  
<center>[[desktop-javascript-api-specification/Single-StepTransfer|< Previous]]  |  [[desktop-javascript-api-specification/TerminateInteraction|Next >]]</center>
 
 
</translate>
 
</translate>

Latest revision as of 22:54, 9 September 2019

• 5.19 • 5.2 • 5.3 • 5.8

Single-Step Conference

Initiates a single-step conference with the current party on the call and the party at the specified number.

Request

Syntax

singleStepConference(number);

Parameters

Parameter Type Optional/Required Description Example
number String Required The number for which the call is to be conferenced "16501234567"


< Previous | Next >