...
This Confluence page outlines the key factors to consider when evaluating OpenVidu and Jitsi for the integration of a video conferencing platform.
Both solutions have their strengths and considerations, and this guide aims to help you make an informed decision.
High-level Requirements
- The HCP will generate a unique link for the beneficiary
- The link will be sent to the beneficiary via SMS.
- Beneficiary can then join the meeting link via the browser.
...
- Comprehensive API for easy integration into custom applications.
- Supports multiple programming languages.
- OpenVidu has a RestAPI that can programmatically generate sessions and tokens.
...
- Simple integration via iFrame or API.
3. Security and Privacy
By default, WebRTC works only on https. For the video transmission to happen, SSL certification is a must.
OpenVidu
- End-to-end encryption for increased security.
- Role-based access control.
- Token-based authentication.
...