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
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!
JerryChen0221
Mar 21, 2023Copper Contributor
Any update now? Thank you.