From Bright Pattern Documentation
(Created page with "<translate> = singleStepConference = Starts a conference call with a specified phone number. == Request == === Syntax === window.bpspat.api.singleStepConference(phone_number...") |
|||
Line 2: | Line 2: | ||
= singleStepConference = | = singleStepConference = | ||
Starts a conference call with a specified phone number. | Starts a conference call with a specified phone number. | ||
+ | |||
+ | See the Embedded Agent Desktop Specification's [[Embedded-agent-desktop-sdk-specification/UseCases/Conference | Use Cases]] section for ways to use this method. | ||
== Request == | == Request == |
Revision as of 23:38, 26 March 2019
<translate>
singleStepConference
Starts a conference call with a specified phone number.
See the Embedded Agent Desktop Specification's Use Cases section for ways to use this method.
Request
Syntax
window.bpspat.api.singleStepConference(phone_number)
Parameters
Parameter | Type | Description |
phone_number | function | Phone number |
Response
Empty.
In response to the request, the conference call begins.
</translate>