From Bright Pattern Documentation
Jump to: navigation, search
 
 
Line 4: Line 4:
 
For example, if after-call work (ACW) is configured for the corresponding service, interaction processing will continue until ACW is completed.
 
For example, if after-call work (ACW) is configured for the corresponding service, interaction processing will continue until ACW is completed.
  
== Syntax ==
+
== Request ==
''terminateInteraction();''
+
=== Syntax ===
 +
terminateInteraction();
 +
 
  
  
  
  
<center>[[desktop-javascript-api-specification/Single-StepConference|< Previous]]  |  [[desktop-javascript-api-specification/SetNotes|Next >]]</center>
 
 
</translate>
 
</translate>

Latest revision as of 23:39, 9 September 2019

• 5.19 • 5.2 • 5.3 • 5.8

Terminate Interaction

Unlike Complete Interaction, this method only releases the communication channel of the current interaction.

For example, if after-call work (ACW) is configured for the corresponding service, interaction processing will continue until ACW is completed.

Request

Syntax

terminateInteraction();



< Previous | Next >