melihercan / WebRTCme

A cross-platform framework for adding WebRTC support to .NET MAUI, Blazor, and Desktop applications by using a single unified .NET/C# API.
https://github.com/melihercan/WebRTCme
MIT License
226 stars 46 forks source link

can you please make a step to step guide or Youtube video for using your framework with Media Soup. #24

Open eXapppk opened 1 year ago

melihercan commented 1 year ago

I wish I have free time to do that:) Till then, please follow the provided example.

krirkGenerwiz0137 commented 1 week ago

Step-by-Step Guide for Integrating SignalR and MediaSoup in a .NET MAUI App Hi there,

I’m a web developer not professional, and I’ve recently downloaded the project from GitHub, but I’m encountering some difficulties. I’m not sure which files to run, and I’ve faced several errors along the way. Here’s what I’ve done so far:

Fixed the initial errors. Try to run the SignalR server. // change ip my network Try to run the MediaSoup server. // change ip my network Ran the demo MAUI app on an Android device. // change ip my network However, when I try to connect, I get an error, and I’m not sure what’s going wrong.

Could you please provide a detailed guide or a step-by-step YouTube tutorial to help me set everything up? I’d like to add a function to my MAUI app that allows Phone A to call Phone B.

Thank you so much for your assistance! 😊