From Bright Pattern Documentation
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<translate>= Pause Call and Screen Recording= | <translate> | ||
= Pause Call and Screen Recording= | |||
Mutes call recordings and screen recordings using the following commands. | |||
== Mute Call Recordings == | |||
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_CALL_RECORDINGS"}', '*'); | |||
== Mute Screen Recordings == | |||
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. | |||
=== Syntax === | |||
parent.frames.postMessage('{"command": "MUTE_SCREEN_RECORDINGS"}', '*'); | |||
</translate> | </translate> | ||
Revision as of 18:11, 10 September 2019
<translate>
Pause Call and Screen Recording
Mutes call recordings and screen recordings using the following commands.
Mute Call Recordings
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_CALL_RECORDINGS"}', '*');
Mute Screen Recordings
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.
Syntax
parent.frames.postMessage('{"command": "MUTE_SCREEN_RECORDINGS"}', '*');
</translate>