Standardize feature flag for internal testing
This commit is contained in:
parent
0af53ef120
commit
ebb87b12d5
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ export function isScreenSharingEnabled(): boolean {
|
|||
const version = window.getVersion?.();
|
||||
|
||||
return Boolean(
|
||||
RemoteConfig.isEnabled('desktop.worksAtSignal') ||
|
||||
RemoteConfig.isEnabled('desktop.internalUser') ||
|
||||
RemoteConfig.isEnabled('desktop.screensharing2') ||
|
||||
(version && isBeta(version))
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue