浏览代码

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,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
 

正在加载...
取消
保存