Forum Discussion
I want to make a Blazor application that can make video calls
- 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
shawnhenry
Can someone please tell me when the Azure Communication Services video calling for web SDK will be available to support C#?
- manoskow-msftNov 23, 2021Former Employee
Hey WalterLockhart - thanks for reaching out here again - I don't have a good answer for you since this feature isn't currently being worked on. I'll update this thread if things change - regardless we really appreciate you participating in the forum and providing us valuable feedback!
- JerryChen0221Mar 21, 2023Copper ContributorAny update now? Thank you.
- WalterLockhartJul 08, 2022Copper Contributormanoskow-msft any update on this? I'm still disappointed.
- WalterLockhartApr 12, 2022Copper Contributor
Hi manoskow-msft has anything changed?
- DefWebserverApr 12, 2022Copper Contributor
WalterLockhart I wrote this: https://blazorhelpwebsite.com/ViewBlogPost/52 (but it is now outdated)