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

installation #20

Closed tgoeminne closed 2 years ago

tgoeminne commented 2 years ago

Hi,

I was looking at this project, but I am kind of new to all this xamarin stuff. I have an app xamarin.forms project (android, ios) and want to use the webrtc for android and ios. The question is which package do I need to install and do I install it in App, or also in android and ios? I see in the demo it only uses the middleware one? Also is there any reason it requires 5.+ xamarin, I only use 4.8.

greets

melihercan commented 2 years ago

Hi,

The nuget packages are really old and I wouldn't recommend to use them until they are updated (currently I don't know when due to my heavy workload). Best is to get source code and use them as libraries.