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)
shawnhenry
Microsoft
Apr 21, 2021I'd love to see a blog post when you get it working 😉
ADefWebserver
Jun 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-msftSep 20, 2021
Microsoft
Thanks for the feedback ADefWebserver and WaltDog! Blazor support (among other bindings/frameworks) are on our radar, but we don't have timeline for these at this point in time. Your feedback is helpful for us to gauge interest, and we will keep our roadmap updated so you can track new and upcoming features. Thank you again for your feedback!
- manoskow-msftJul 20, 2021
Microsoft
This is awesome! Thanks for sharing!