AgoraIO / Basic-Video-Call

Sample app to join/leave a channel, mute/unmute, enable/disable the video, and switch between front/rear cameras.
MIT License
701 stars 1k forks source link

Blazor support example #254

Open sowsan opened 3 years ago

sowsan commented 3 years ago

Can we get an example for Blazor? Looking for something similar to what Twilio provides for their webrtc sdk

https://www.twilio.com/blog/build-video-chat-app-asp-net-core-blazor-webassembly-twilio-video

Thank you so much!

plutoless commented 3 years ago

i believe blazor is just a web service app container for hosting an html with javascript + some api services. the idea will be very similar to twilio's example.

Relki commented 2 years ago

Any new developments in Blazor space? We are looking to utilize Agora in our Blazor Server (ASP.Net Core Hosted) project. Any hint or direction on documentation to support this for Chat, first iteration and then Voice, Voice Memo and Video calling would be greatly appreciated.

Vikas8881 commented 9 months ago

@Relki did you get any solution? same my requirement and looking for documentation etc.