From Bright Pattern Documentation
(Updated via BpDeleteTranslateTags script) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
= Pause Call and Screen Recording= | = Pause Call and Screen Recording= | ||
Mutes call recordings and screen recordings using the following commands. | Mutes call recordings and screen recordings using the following commands. | ||
Line 10: | Line 10: | ||
=== Syntax === | === Syntax === | ||
parent.frames.postMessage('{"command": "MUTE_CALL_RECORDINGS"}', '*'); | parent.frames.postMessage('{"command": "MUTE_CALL_RECORDINGS"}', '*'); | ||
+ | |||
== Mute Screen Recordings == | == Mute Screen Recordings == | ||
Line 18: | Line 19: | ||
=== Syntax === | === Syntax === | ||
parent.frames.postMessage('{"command": "MUTE_SCREEN_RECORDINGS"}', '*'); | parent.frames.postMessage('{"command": "MUTE_SCREEN_RECORDINGS"}', '*'); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:31, 29 May 2024
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"}', '*');