We are educational startup and have self-hosted Jitsi server (AWS) and connected to our ionic app through JITSI MEET IFrame APIs.
Authentication is performed using JWT
Further, we have the following requirements:
Server Side:
- We have scalability requirements of servers to handle classes of 50-60 students (Not all students simultaneously need to share their video ).
- Remote control capability needs to be enabled between faculty & students.
- Some clients will be connected as a streaming service.
APP Side
App is developed in ionic framework and utilizes JITSI MEET IFrame APIs.
But from begining we are facing following issue:
- Iframe is unable to load on some android phones
- Bandwidth estimation is wrong and jitsi disables the video
- It does not support switching camera and other native requirements
We have looked upon Plugins of JITSI but have unique requirement that we want to hide the meet and show other stuffs still keeping the connection live (something like setting display:none of iframe).
This is required to be custom added in plugins to enable us to use it
We are looking for expert in above-mentioned domain and situations