From Bright Pattern Documentation
Jump to: navigation, search
(Created new topic from branched topic Documentation:ServicePattern:desktop-javascript-api-specification:PauseCallandScreenRecording:5.1)
 
m
Line 16: Line 16:
 
|-
 
|-
 
|'''Description'''
 
|'''Description'''
|Nutes screen recording (e.g., when an agent opens 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.
+
|Mutes screen recording (e.g., when an agent opens 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.
 
|-
 
|-
 
|}
 
|}

Revision as of 21:19, 21 January 2019

• 5.19 • 5.2 • 5.3 • 5.8

Pause Call and Screen Recording

Syntax parent.frames.postMessage('{"command": "MUTE_CALL_RECORDINGS"}', '*');
Description Mutes call recording (e.g., when an agent opens 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": "MUTE_SCREEN_RECORDINGS"}', '*');
Description Mutes screen recording (e.g., when an agent opens 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 >