Hello @Nitin Jain thanks for the question. The short answer is no.
Azure Communication Services does offer calling capabilities, but it currently doesn't have a publicly available CDN link for the calling JavaScript library as you might find with Twilio.
However, Azure Communication Services provides a JavaScript library for adding voice and video calling to your app. You can install it via npm using the following commands
npm install @azure/communication-common --save
npm install @azure/communication-calling --save
This will install the Azure Communication Services calling and common SDKs for JavaScript in your project.