How to use Azure Communication Calling in Asp.net MVC

Nitin Jain 0 Reputation points
2024-02-21T09:28:24.9666667+00:00

Hi, I have a website developed in Asp.net MVC. Currently we are using Twilio to make a outbound calls from our Website. I was exploring the Azure communication services and I found that we can make a call using Azure Communication Service using Node JS. I was wondering if there is any CDN Link for Azure Calling JS which I simply reference in my website and start exploring. Thanks Nitin Jain.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,234 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2024-02-23T22:39:25.2133333+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.