Author Message
Thijs
Joined: Mar 28, 2017
Messages: 47
Offline
According to the documentation `user.getContacts() ` should return and instance of `AvayaClientServices.Services.Contacts.Contacts`. However it returns `undefined`. How can I get the contacts?
JMiddleton
Joined: Apr 1, 2019
Messages: 86
Offline
To use the Contacts service, userConfiguration.acsConfiguration.enabled needs to be set to true and ACSConfiguration needs to be filled in with valid NetworkProviderConfiguration and CredentialProvider.

That config should point to the AADS (Avaya Aura® Device Services).
blazereggar
Joined: Dec 14, 2023
Messages: 2
Offline
Thijs wrote:According to the documentation `user.getContacts() ` should return and instance of `AvayaClientServices.Services.Contacts.Contacts`. However it returns `undefined`. How can I get the contacts? super mario bros

Ensure that you've initialized the Avaya Breeze Client SDK properly before calling user.getContacts(). Initialization steps might include setting up the necessary configuration, connecting to the server, and authenticating the user.
Make sure that the user is successfully authenticated before attempting to get contacts. Check for any errors or callbacks related to user authentication.
Ensure that you are using a compatible version of the Avaya Breeze Client SDK. Incompatibility between the SDK version and the documentation could lead to unexpected behavior.
Check for any error messages or exceptions that might be logged in the console or available through callback functions. This could provide insights into what might be going wrong.
Go to:   
Mobile view