Cannot turn off gesture reaction by specifying NSCameraReactionEffectGesturesEnabledDefault

We build a video conference app and want to turn off the gesture reaction feature by default by sepecifying NSCameraReactionEffectGesturesEnabledDefault. The menu bar FaceTime info shows that the feature was turn off but it still works!

Our app is based on electron and all of the application plist was added the key and the camera is used by a spawned process (not electron process).

By turning on and turning off gesture reaction on menu bar, it will be turely turned off. So manual value will affect whole application but default value only affect application process?

Cannot turn off gesture reaction by specifying NSCameraReactionEffectGesturesEnabledDefault
 
 
Q