Control: 1.2.2.2 Ensure record active speaker with shared screen is set to enabled (Manual)
Description
Record active speaker with shared screen.
Usage
Run the control in your terminal:
powerpipe control run zoom_compliance.control.cis_v100_1_2_2_2Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run zoom_compliance.control.cis_v100_1_2_2_2 --shareSteampipe Tables
SQL
select  account_id as resource,  case    when (recording -> 'record_speaker_view')::bool then 'ok'    else 'alarm'  end as status,  'Record active speaker with shared screen is ' || case when (recording -> 'record_speaker_view')::bool then 'enabled' else 'disabled' end || '.' as reasonfrom  zoom_account_settings