From Bright Pattern Documentation
< 5.2:Desktop-javascript-api-specification
Revision as of 21:22, 8 June 2018 by Tracy (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:desktop-javascript-api-specification:Callback:5.1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.2 • 5.3 • 5.8

<translate>= Callback= This is the function that is called upon completion of the call/screen recording methods.

Syntax

callback = function(data) {

data.recording = 1/0;

data.muted = 1/0;

data.paused = 1/0;

}

Parameters

data.recording – Boolean; indicates if voice/screen recording is currently in progress; note that voice recording is applied to interactions (calls), while screen recording is applied to user sessions

data.muted – Boolean; indicates if voice recording is currently muted; returned only for the voice recording methods

data.paused – Boolean; indicates if screen recording is currently paused; returned only for the screen recording methods


< Previous

</translate>

< Previous