From Bright Pattern Documentation
< 5.19:Embedded-agent-desktop-api-specification‎ | Methods
Revision as of 19:23, 14 April 2023 by Matt.lashley (talk | contribs) (Created page with "<translate> = mergeAllCallsIntoConference = Agents can combine all existing calls, both from customers and other agents, into a single conference call. == Request == === Synt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19

<translate>

mergeAllCallsIntoConference

Agents can combine all existing calls, both from customers and other agents, into a single conference call.

Request

Syntax

mergeAllCallsIntoConference(customTransferData?: CustomTransferData): Promise<OperationResult<null>>


Parameters

Parameter Parameter Values Data Type Optional/Required Description
customTransferData optional You can define here any custom data to be transferred with interaction to the receiving party.

Return Value

Null. In response to the request, calls are merged into a single conference call.


</translate>

< Previous | Next >