webex / webex-js-sdk

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

fix(meetings): fix types #3602

Closed Shreyas281299 closed 1 month ago

Shreyas281299 commented 1 month ago

COMPLETES #https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-502998

This pull request addresses

Export important classes, objects, and constants in plugin-meetings. This will make sure we dont have to import them from from '/dist' folder in WWC.

In internal-plugin-voicea, we were not creating declaration files.

by making the following changes

Change Type

I certified that


Make sure to have followed the contributing guidelines before submitting.

Shreyas281299 commented 1 month ago

Code refactor of util.ts and utilv2.ts was required because with the existing code we were getting an empty declaration files.

sreenara commented 1 month ago

Code refactor of util.ts and utilv2.ts was required because with the existing code we were getting an empty declaration files.

Please mark this comment next to the place where the refactor was done