Currently, I am integrating the Twilio SDK client from the twilio CDN using this link: //media.twiliocdn.com/sdk/js/client/v1.4/twilio.min.js
However, I am interested in importing the package via npm due to some restrictions. The only option I see available is through: https://github.com/twilio/twilio-common.js
If I opt for twilio-common package, will I miss out on any functionality that the CDN SDK offers? Is there any documentation available regarding this comparison?
I believe video functionalities are included in https://github.com/twilio/twilio-video.js, but I couldn't find clear information in the existing documentation.