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

Jitsi demo app? #7

Closed GeorgeS2019 closed 2 years ago

GeorgeS2019 commented 3 years ago

Can this be used as a Jitsi client?

melihercan commented 3 years ago

Not out of the box. Currently I am working on MediaSoup integration and maybe in the future I can add Jitsi support.

I don't know the details of Jitsi client SDK currently, but you can add Jitsi layer to WebRTCme.Connection folder by taking MediaSoup as an example. You will need to add Proxy only NOT Server. You will also see WebRTCme.Connection generic wrapper project. Add JitsiConnection as a service there to the ConnectionFactory and you will be good to go :)

melihercan commented 2 years ago

Closing