Forum Discussion
ADefWebserver
Apr 21, 2021Copper 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: https://docs.microsoft.com/en-us/azure/communication-services/concepts/sdk-options Azure.Communicat...
- 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)
jorhiro7
Microsoft
Apr 21, 2021We built this awesome tutorial to guide you step by step:
https://github.com/Azure-Samples/communication-services-web-calling-hero