- What determines whether the live caller ID call extension sends a
/queries
request with anEvaluationKey
instead of anEvaluationKeyMetadata.Identifier
? Is this behavior configurable through our app?-
In the
live-callerid-lookup-example
, the code checks if thePirRequest
contains anEvaluationKey
and uses it for evaluation if present; otherwise, it defaults to the uploaded key. However, during testing with the live caller ID extension, we observed that the client system (iPhone) consistently sends/queries
requests using onlyEvaluationKeyMetadata.Identifier
. -
Is it possible for the client to send queries with an
EvaluationKey
to reduce storage requirements?
-
- In the "Refresh the Data" section, it is mentioned that "The system periodically refreshes these parameters automatically." Could you provide more details on the specific timing or frequency of these automatic refreshes? For example, do factors such as Low Power Mode, power-saving mode, or a screen-locked state affect the frequency or occurrence of these updates?