jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
270 stars 235 forks source link

Possibility of creating an SDK for .NET MAUI #223

Closed Kaayo closed 3 months ago

Kaayo commented 4 months ago

Hello, firstly I would like to thank the entire Jitsi team for the excellent platform.

Scenario: I currently use a Jitsi dedicated server, and as a requirement, I need to run the video call on mobile devices.

I tested and observed that when opening a video call link from my server in a cell phone browser, Jitsi informs that it is not compatible.

My ecosystem is all .NET so I realized the need to integrate the video call into a .NET MAUI app.

I recently saw that you dedicated yourself to developing an SDK for Flutter, and I would like to know if the team plans to develop an SDK for .NET.

What I need is just a way to open the video call on a mobile device using .NET MAUI (Blazor Hybrid or XML).

nsmith1024 commented 3 months ago

Yes, im in need of this too for .NET MAUI

saghul commented 3 months ago

Sorry, we have no plans to provide a .NET SDK. I'd recommend using a WebView or wrapping our native SDKs if that's possible.

Kaayo commented 2 months ago

I appreciate the feedback. But unfortunately none of the solutions server me at the moment. Although it's not your focus right now, it would be interesting for you to make a MAUI-compatible SDK available at some point. Grateful