From Bright Pattern Documentation
< 5.19:Embedded-agent-desktop-sdk-specification‎ | Methods
Revision as of 23:20, 12 February 2019 by Tracy (talk | contribs) (Created page with "<translate> = Mute Call Recording (Callback) = Mutes the call recording and gets confirmation that recording is on mute. == Request == === Syntax === window.bpspat.api.muteC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.3 • 5.8

<translate>

Mute Call Recording (Callback)

Mutes the call recording and gets confirmation that recording is on mute.

Request

Syntax

window.bpspat.api.muteCallRecording(callback)
callback = function(data) {
}

Arguments

Parameter Type Description
callback function JavaScript method executed when API method request is completed

Response

QQQ



</translate>

< Previous | Next >