jitsi / jitsi-meet-sdk-samples

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

SDK release extend to Mac OSX #68

Closed vijaysar closed 3 years ago

vijaysar commented 4 years ago

Hello Jitsi team,

With Mac OSX adopting a broader approach for iOS like capabilities in Mac OSX - is is possible to build and link these libraries for Mac OSX as well? The Electrron approach is viable but it is a bit bulky and has many dependencies compared to a cleaner access to an API with JitsiMeet SDK.

Thank You

saghul commented 4 years ago

That would take a nontrivial amount of work. It’s not currently on our roadmap.

vijaysar commented 4 years ago

No problem. Thank you for the quick response. I will leave this open for sometime so if anyone else is interested or able to contribute I can work with them too.

jaumard commented 2 years ago

That would be indeed nice, I made my app with Flutter so electron is not an option.

saghul commented 2 years ago

We are not currently considering a macOS native SDK, sorry.

danschlet commented 10 months ago

Would still be a very nice and important extension. Zoom provides native SDKs for iOS, macOS, Android, Windows (C++ and C#). BBB as a very strong open source competitor doesn't provide any native SDKs. Jitsi could improve its competitive position extremely by providing native SDKs for desktop operating systems. And macOS shouldn't be so much work theoretically, as Microsoft provides at least parts of ReactNative for macOS (I guess the challange might be if parts needed by Jitsi Meet aren't readily available). The WebRTC framework is also available for macOS.

saghul commented 10 months ago

We still have no plans of a native desktop SDK.