From Bright Pattern Documentation
(Created page with "<translate> = unmuteCallRecordings() = Unmutes the call recording. == Request == === Syntax === window.bpspat.api.unmuteCallRecordings() === Arguments === {|border="1" styl...") |
|||
Line 2: | Line 2: | ||
= 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 == |
Revision as of 23:40, 26 March 2019
<translate>
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.
</translate>