Sfoglia il codice sorgente

fix(ShareDesktopButton): typo.

master
Hristo Terezov 4 anni fa
parent
commit
becaf0806a

+ 1
- 1
react/features/toolbox/components/web/ShareDesktopButton.js Vedi File

@@ -122,7 +122,7 @@ const mapStateToProps = state => {
122 122
     if (enableFeaturesBasedOnToken) {
123 123
         // we enable desktop sharing if any participant already have this
124 124
         // feature enabled
125
-        desktopSharingEnabled = state['features/base/participant'].haveParticipantWithScreenSharingFeature;
125
+        desktopSharingEnabled = state['features/base/participants'].haveParticipantWithScreenSharingFeature;
126 126
         desktopSharingDisabledTooltipKey = 'dialog.shareYourScreenDisabled';
127 127
     }
128 128
 

Loading…
Annulla
Salva