fix(ShareDesktopButton): typo.

This commit is contained in:
Hristo Terezov 2021-07-22 11:08:14 -05:00
parent 5b77d722d7
commit becaf0806a
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}