From Bright Pattern Documentation
< 3.11:Desktop-javascript-api-specification
Revision as of 20:12, 11 May 2016 by Sasha (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:desktop-javascript-api-specification:StartCallRecording:3.10)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Start Call Recording

Syntax startCallRecording(callback);
Description Starts voice recording for the current call. For more information, see section How to Record a Call of the ServicePattern Agent Guide.
Parameters callback – function that will be called upon completion of the method; see Callback
Note Prior to version 3.8, this method was called startCurrentCallRecording(); backward compatibility is preserved
< Previous | Next >