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)
manoskow-msft
Microsoft
Thank you for the discussion and feedback! I've added this to our feature backlog and linked this post for additional reference.
Unfortunately, I don't have any great answers for you at the moment. We are always looking for ways to invest in making our developers' lives easier, and it's super helpful to hear your perspective.
scifi353
Sep 21, 2024Copper Contributor
Where we at with this? Javascript stinks. where's the ACS Blazor C# SDK??? thanks.