From becaf0806af4e957f01ccc61aab7517636bfa242 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Thu, 22 Jul 2021 11:08:14 -0500 Subject: [PATCH] fix(ShareDesktopButton): typo. --- react/features/toolbox/components/web/ShareDesktopButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }