Introduces meeting_componentFlags.hasCameraAsContent

This commit is contained in:
Gustavo Trott 2024-06-12 18:42:03 -03:00
parent ad2d12b19b
commit 78af6adbd6
2 changed files with 8 additions and 0 deletions

View File

@ -2070,7 +2070,14 @@ select "meeting"."meetingId",
select 1
from "v_screenshare"
where "v_screenshare"."meetingId" = "meeting"."meetingId"
and "contentType" = 'screenshare'
) as "hasScreenshare",
exists (
select 1
from "v_screenshare"
where "v_screenshare"."meetingId" = "meeting"."meetingId"
and "contentType" = 'camera'
) as "hasCameraAsContent",
exists (
select 1
from "v_externalVideo"

View File

@ -15,6 +15,7 @@ select_permissions:
- hasExternalVideo
- hasPoll
- hasScreenshare
- hasCameraAsContent
- hasTimer
- showRemainingTime
filter: