jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.95k stars 6.69k forks source link

Jitsi meet client for KaiOS? #5906

Closed farooqkz closed 4 years ago

farooqkz commented 4 years ago

Are you going to implement a client for KaiOS? Or would you instruct how to code a client for KaiOS? e.g. Protocol, Libraries, etc.

normen commented 4 years ago

Jitsi is based on Javascript and WebRTC. Actually if KaiOS has a modern browser it might even work in the browser as is, right from the web page. Try requesting a "desktop version" of the site if possible in the KaiOS browser.

farooqkz commented 4 years ago

@normen I tried. It does not work, now.

saghul commented 4 years ago

What is KaiOS? From a quick glance it looks like a continuation of FirefoxOS?

farooqkz commented 4 years ago

What is KaiOS? From a quick glance it looks like a continuation of FirefoxOS?

Yeah for non touch devices.

saghul commented 4 years ago

I see. Our app is built with React Native, so if that works, I guess you could make it to work. Alternatively if there is a WebView available, that could be another avenue to get it working.

Now, we don't have resources to take on more platforms ourselves, so don't expect a first-party client. That said, if you or anyone wants do this we'll be happy to try and help out o the best of our ability.

I hope you understand.