Bump version of ringrtc ADM prod remote config.
This commit is contained in:
parent
ef5c3a5bc9
commit
811a4c98da
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ import { getCountryCode } from './types/PhoneNumber';
|
|||
import { parseRemoteClientExpiration } from './util/parseRemoteClientExpiration';
|
||||
|
||||
export type ConfigKeyType =
|
||||
| 'desktop.calling.ringrtcAdmFull.2'
|
||||
| 'desktop.calling.ringrtcAdmFull.3'
|
||||
| 'desktop.calling.ringrtcAdmInternal'
|
||||
| 'desktop.calling.ringrtcAdmPreStable'
|
||||
| 'desktop.clientExpiration'
|
||||
|
|
|
@ -12,7 +12,7 @@ export function getUseRingrtcAdm(): boolean {
|
|||
|
||||
if (!RemoteConfig.isEnabled('desktop.internalUser')) {
|
||||
if (isProduction(window.getVersion())) {
|
||||
return RemoteConfig.isEnabled('desktop.calling.ringrtcAdmFull.2');
|
||||
return RemoteConfig.isEnabled('desktop.calling.ringrtcAdmFull.3');
|
||||
}
|
||||
return RemoteConfig.isEnabled('desktop.calling.ringrtcAdmPreStable');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue