Update isAdhocCallingEnabled
This commit is contained in:
parent
8c770934e1
commit
50447b7686
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@
|
||||||
import * as RemoteConfig from '../RemoteConfig';
|
import * as RemoteConfig from '../RemoteConfig';
|
||||||
|
|
||||||
export function isAdhocCallingEnabled(): boolean {
|
export function isAdhocCallingEnabled(): boolean {
|
||||||
return RemoteConfig.isEnabled('desktop.internalUser');
|
return Boolean(RemoteConfig.isEnabled('desktop.calling.adhoc'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue