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

<translate>

Stop Call Recording (Callback)

Stops the call recording and gets confirmation that recording is off.

Request

Syntax

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

Arguments

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

Response

QQQ




</translate>

< Previous | Next >