Loading controls...
Control: 1.1.3.18 Ensure meeting reactions is set to disabled (Manual)
Description
Allow meeting participants to communicate without interrupting by reacting with an emoji that shows on their video. Reactions disappear after 10 seconds. Participants can change their reaction skin tone in Settings. This option can be misused by mischievous participants.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_3_18
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_3_18
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when (in_meeting -> 'meeting_reactions') :: bool then 'alarm' else 'ok' end as status, 'Meeting reactions is ' || case when (in_meeting -> 'meeting_reactions') :: bool then 'enabled' else 'disabled' end || '.' as reasonfrom zoom_account_settings