diff --git a/react/features/toolbox/components/web/ShareDesktopButton.js b/react/features/toolbox/components/web/ShareDesktopButton.js index cdb948cc50..3146abc9d7 100644 --- a/react/features/toolbox/components/web/ShareDesktopButton.js +++ b/react/features/toolbox/components/web/ShareDesktopButton.js @@ -122,7 +122,7 @@ const mapStateToProps = state => { if (enableFeaturesBasedOnToken) { // we enable desktop sharing if any participant already have this // feature enabled - desktopSharingEnabled = state['features/base/participant'].haveParticipantWithScreenSharingFeature; + desktopSharingEnabled = state['features/base/participants'].haveParticipantWithScreenSharingFeature; desktopSharingDisabledTooltipKey = 'dialog.shareYourScreenDisabled'; }