Overview
A Flutter package that provides a wrapper around the official JitsiMeetSDKs, enabling seamless integration of Jitsi video meetings into Flutter applications. It allows launching Jitsi meetings within a native view on both Android and iOS platforms, ensuring smooth performance and access to full Jitsi features like screen sharing, chat, and recording. The package simplifies embedding real-time communication capabilities without requiring deep native development knowledge.
Use cases
- Integrating video conferencing in telehealth apps
- Enabling virtual classrooms
- Supporting remote team collaboration
- Adding live support sessions
- Creating social video chat features
Key features
- Native Jitsi SDK integration
- Cross-platform support (Android & iOS)
- Simple API for launching meetings
- Full access to Jitsi meeting features
- Lightweight and easy to configure
Suitable for
- Apps needing real-time video calls
- Developers with basic Flutter knowledge
- Educational and healthcare platforms
- Remote work and customer support tools
Considerations
- Requires native setup for iOS (e.g., Info.plist config)
- May need additional permissions (camera, microphone)
- Dependent on Jitsi server availability
- Limited customization of UI components
- Potential size increase due to native SDKs