提供: Bright Pattern Documentation
• English
mergeAllCallsIntoConference
このメソッドを使用すると、すべてのコールを自動的に1つの会議通話に統合することができます。
外部からの通話1件と、他のエージェントとの複数の内線コンサルテーション通話がある場合に、正常に動作することが想定されています。
リクエスト
構文
| mergeAllCallsIntoConference(customTransferData?: CustomTransferData): Promise<OperationResult<null>> |
:
| boolean | undefined | null></nowiki> |
パラメータ
| パラメータ | パラメータ値 | データ型 | オプション/必須 | 説明 |
| customTransferData | オブジェクト | オプション | 会議に参加する新規エージェントが利用可能となるよう、任意のカスタムデータを送信できます |
リクエスト例
mergeCallsButton.onclick = () => {
const customerContactNumber = getCurrentCustomerID()
const transferData = {
cid: customerContactNumber,
}
adApi.mergeAllCallsIntoConference(transferData)
}
戻り値
null