Loading controls...
Control: 1.1.3.4.3 Ensure "Who can start sharing when someone else is sharing?" is set to "Host Only" (Manual)
Description
This setting decides who can share screen when someone is already sharing. This option should be restricted to "Host Only". This can be changed or controlled by host for a particular meeting instance.
Usage
Run the control in your terminal:
steampipe check zoom_compliance.control.cis_v100_1_1_3_4_3
Snapshot and share results via Steampipe Cloud:
steampipe loginsteampipe check --share zoom_compliance.control.cis_v100_1_1_3_4_3
Plugins & Tables
SQL
select -- Required Columns account_id as resource, case when in_meeting ->> 'who_can_share_screen_when_someone_is_sharing' = 'host' then 'ok' else 'alarm' end as status, 'Who can share is ' || ( in_meeting ->> 'who_can_share_screen_when_someone_is_sharing' ) || '.' as reasonfrom zoom_account_settings