Revs screensharing feature flag
This commit is contained in:
parent
c055240dc5
commit
4416715bff
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ import { isBeta } from './version';
|
|||
export function isScreenSharingEnabled(): boolean {
|
||||
return (
|
||||
RemoteConfig.isEnabled('desktop.worksAtSignal') ||
|
||||
RemoteConfig.isEnabled('desktop.screensharing') ||
|
||||
RemoteConfig.isEnabled('desktop.screensharing2') ||
|
||||
isBeta(window.getVersion())
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue