Skip to content
Shoichi Hasegawa edited this page Jun 26, 2020 · 3 revisions

Welcome to the jitsi-party wiki!

Roadmap

Client side

  • UIs We need more basic functions: mute audio/video, share screen, better avatar... They are listed on the issue tracker.
  • iframe problem We found iframe on the map is useful. However most website try to refuse to show them in an iframe. Google docs is OK. But calendar, youtube, scrapbox are not shown.

Server side

  • Optimized relay For large participant, current JVB is not good enough. It relay all voices and top N videos to all participants. In our app, only videos in the browser window and audios near from the local participant are need. So the other streams should be dropped at the server side.
  • Own Server Currently the demo is using the alpha server of jitsi-meet. We will need to start our own server, which multiple modified JVBs.
Clone this wiki locally