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)
jorhiro7 , shawnhenry - I am prepared to make JavaScript calls from Blazor (like I do in this article: https://blazorhelpwebsite.com/ViewBlogPost/49) however, I am unable to find the JavaScript methods I would call when looking at this example (https://github.com/Azure-Samples/communication-services-web-calling-hero)?
Thank You!
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)
- ADefWebserverApr 21, 2021Copper ContributorYes, that provides me what I need to get started. Thank You
- shawnhenryApr 21, 2021
Microsoft
I'd love to see a blog post when you get it working 😉- ADefWebserverJun 16, 2021Copper Contributor
shawnhenry I posted an article here: https://blazorhelpwebsite.com/ViewBlogPost/52