webex / webex-js-sdk

JavaScript SDK for Webex
https://webex.github.io/webex-js-sdk/
Other
174 stars 343 forks source link

feat(contacts): import dss plugin for search and cloud contact resolution #3618

Closed sreenara closed 4 months ago

sreenara commented 4 months ago

COMPLETES #NA

This pull request addresses

calling plugin missing dss plugin import due to which we can't utilize dss functions in the calling code.

by making the following changes

requiring the @webex/internal-plugin-dss in calling.js

Change Type

The following scenarios where tested

  1. Check the presence of the webex.internal.dss object.
  2. Run a test to lookup a user by doing contacts.webex.internal.dss.lookup({id: userId});
  3. Test other calling functionality like making calls.

I certified that


Make sure to have followed the contributing guidelines before submitting.