Преглед изворни кода

fix(ShareDesktopButton): typo.

master
Hristo Terezov пре 4 година
родитељ
комит
becaf0806a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      react/features/toolbox/components/web/ShareDesktopButton.js

+ 1
- 1
react/features/toolbox/components/web/ShareDesktopButton.js Прегледај датотеку

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

Loading…
Откажи
Сачувај