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