Update to RingRTC v2.22.0

This commit is contained in:
Jim Gustafson 2022-11-28 20:09:08 -08:00 committed by GitHub
parent 37d383f344
commit 2d620c380e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -6,6 +6,6 @@ import * as RemoteConfig from '../RemoteConfig';
export function isGroupCallOutboundRingEnabled(): boolean {
return Boolean(
RemoteConfig.isEnabled('desktop.internalUser') ||
RemoteConfig.isEnabled('desktop.groupCallOutboundRing')
RemoteConfig.isEnabled('desktop.groupCallOutboundRing2')
);
}