diff --git a/react/features/toolbox/components/web/Toolbox.js b/react/features/toolbox/components/web/Toolbox.js index 1b64a221f..ec4c49a0a 100644 --- a/react/features/toolbox/components/web/Toolbox.js +++ b/react/features/toolbox/components/web/Toolbox.js @@ -972,6 +972,7 @@ class Toolbox extends Component { */ _renderOverflowMenuContent(additionalButtons: Array>) { const { + _desktopSharingEnabled, _feedbackConfigured, _fullScreen, _isMobile, @@ -1036,7 +1037,9 @@ class Toolbox extends Component { && , - this._shouldShowButton('shareaudio') && isScreenAudioSupported() + this._shouldShowButton('shareaudio') + && _desktopSharingEnabled + && isScreenAudioSupported() &&