fix(ShareDesktopButton): typo.
This commit is contained in:
parent
5b77d722d7
commit
becaf0806a
|
@ -122,7 +122,7 @@ const mapStateToProps = state => {
|
||||||
if (enableFeaturesBasedOnToken) {
|
if (enableFeaturesBasedOnToken) {
|
||||||
// we enable desktop sharing if any participant already have this
|
// we enable desktop sharing if any participant already have this
|
||||||
// feature enabled
|
// feature enabled
|
||||||
desktopSharingEnabled = state['features/base/participant'].haveParticipantWithScreenSharingFeature;
|
desktopSharingEnabled = state['features/base/participants'].haveParticipantWithScreenSharingFeature;
|
||||||
desktopSharingDisabledTooltipKey = 'dialog.shareYourScreenDisabled';
|
desktopSharingDisabledTooltipKey = 'dialog.shareYourScreenDisabled';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue