From Bright Pattern Documentation
Jump to: navigation, search
(Created page with "<translate> = Mute Call Recordings = Mutes the call recording. == Request == === Syntax === window.bpspat.api.muteCallRecordings() === Arguments === {|border="1" style="bo...")
 
Line 2: Line 2:
 
= Mute Call Recordings =  
 
= Mute Call Recordings =  
 
Mutes the call recording.
 
Mutes the call recording.
 +
 +
See the Embedded Agent Desktop Specification's [[Embedded-agent-desktop-sdk-specification/UseCases/getCallRecordingStatus |  Use Cases]] section for ways to use this method.
  
 
== Request ==
 
== Request ==

Revision as of 23:40, 26 March 2019

• 5.19 • 5.3 • 5.8

<translate>

Mute Call Recordings

Mutes the call recording.

See the Embedded Agent Desktop Specification's Use Cases section for ways to use this method.

Request

Syntax

window.bpspat.api.muteCallRecordings()

Arguments

Parameter Type Description
empty N/A There is no response when API method request is completed

Response

Empty.

In response to the request, the call recording is muted.


</translate>

< Previous | Next >