From Bright Pattern Documentation
< 3.18:Desktop-javascript-api-specification
Revision as of 21:37, 5 June 2017 by Tracy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.15 • 3.16 • 3.17 • 3.18

Resume Call and Screen Recording

Syntax parent.frames.postMessage('{"command": "UNMUTE_CALL_RECORDINGS"}', '*');
Description Resumes call recording (e.g., when an agent exits a payment screen, a third-party web application loaded into Agent Desktop may issue the Javascript command). Note that it does not require loading API code on the application's page.


Syntax parent.frames.postMessage('{"command": "UNMUTE_SCREEN_RECORDINGS"}', '*');
Description Resumes screen recording (e.g., when an agent exits a payment screen, a third-party web application loaded into Agent Desktop may issue the Javascript command). Note that it does not require loading API code on the application's page.


< Previous | Next >
< Previous | Next >