From Bright Pattern Documentation
Jump to: navigation, search
(Created page with "<translate> = unmuteCallRecordings() = Unmutes the call recording. == Request == === Syntax === window.bpspat.api.unmuteCallRecordings() === Arguments === {|border="1" styl...")
 
(Updated via BpDeleteTranslateTags script)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<translate>
+
 
 
= unmuteCallRecordings() =
 
= unmuteCallRecordings() =
 
Unmutes the call recording.
 
Unmutes 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 ==
Line 19: Line 21:
  
 
== Response ==
 
== Response ==
Empty.
+
Empty. In response to the request, the call recording is unmuted.
 
 
In response to the request, the call recording is unmuted.
 
 
 
 
 
 
 
 
 
 
 
</translate>
 

Latest revision as of 04:02, 29 May 2024

• 5.19 • 5.3 • 5.8


unmuteCallRecordings()

Unmutes the call recording.

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

Request

Syntax

window.bpspat.api.unmuteCallRecordings()

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 unmuted.

< Previous | Next >