Forum Discussion
ADefWebserver
Apr 21, 2021Brass Contributor
I want to make a Blazor application that can make video calls
I want to make a Blazor application that can make video calls. However, according to this page: SDKs and REST APIs for Azure Communication Services - An Azure Communication Services concept docum...
- Apr 21, 2021
ADefWebserver The Hero sample might be overkill to follow, it might be easier to look at the quickstart here: https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-with-video-calling
You'll need to interop to:
- Create the CallClient and CallAgent
- Init the DeviceManager
- Call callAgent.startCall()
- Respond to any event on the all (participant, or stream added)
ADefWebserver
Apr 21, 2021Brass Contributor
Yes, that provides me what I need to get started. Thank You
shawnhenry
Microsoft
Apr 21, 2021I'd love to see a blog post when you get it working 😉
- ADefWebserverJun 16, 2021Brass Contributor
shawnhenry I posted an article here: Blazor Azure Communication Services
- WaltDogSep 14, 2021Copper ContributorADefWebserver awesome! Thanks for your hard work.
- ADefWebserverSep 14, 2021Brass ContributorThanks. I also want a SDK that does not require node js. The JavaScript is not a problem. The PowerBI SDK does require a .js file to work with Blazor. However, node js is difficult to configure and maintain form many developers.
- manoskow-msftJul 20, 2021
Microsoft
This is awesome! Thanks for sharing!