Introduces meeting_componentFlags.hasCameraAsContent
This commit is contained in:
parent
ad2d12b19b
commit
78af6adbd6
@ -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"
|
||||
|
@ -15,6 +15,7 @@ select_permissions:
|
||||
- hasExternalVideo
|
||||
- hasPoll
|
||||
- hasScreenshare
|
||||
- hasCameraAsContent
|
||||
- hasTimer
|
||||
- showRemainingTime
|
||||
filter:
|
||||
|
Loading…
Reference in New Issue
Block a user