mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-13 12:52:35 +00:00
fix(ShareDesktopButton): typo.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user