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

<translate>

Start Call Recording (Callback)

Starts the call recording and gets confirmation that recording is on.

Request

Syntax

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

Arguments

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

Response

QQQ


</translate>

< Previous | Next >