bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/actions-bar/screenshare
prlanzarin 38b568b0c7 fix(screenshare): actions-bar loading state reacts to camera as content
The isSharing var is content type agnostic, so it's picking up camera as
content to flag the actions-bar button loading state.

Change the loading flag to track isScreenBroadcasting
(contentType=screen, local || global) and isScreenGloballyBroadcasting
(contentType=screen, global only). Fixes the camera as content false
positive as well as the loading state itself.
2024-08-15 13:09:40 +00:00
..
component.jsx fix(screenshare): actions-bar loading state reacts to camera as content 2024-08-15 13:09:40 +00:00
container.jsx fix(screenshare): actions-bar loading state reacts to camera as content 2024-08-15 13:09:40 +00:00
styles.js Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00