custom_jitsi_meet_with_pointer 4.0.72 
custom_jitsi_meet_with_pointer: ^4.0.72 copied to clipboard
Jitsi Meet Plugin - A plugin for integrating open source Jitsi Meet API in flutter. Jitsi Meet is secure, fully featured and allows completely free video conferencing made with https://jitsi.org, a co [...]
4.0.0 #
- Update Jitsi Meet SDK for Android to 3.3.0.
 - Update Jitsi Meet SDK for iOS to 3.3.0.
 - Breaking: Null safety support.
 
3.0.0 #
- BREAKING: Add support for web.
 
2.1.0 #
- Update Jitsi Meet SDK for Android to 3.2.0.
 - Fixes issue with Android crashing when calling JitsiMeet.closeMeeting().
 
2.0.0 #
- BREAKING: Update feature flags to be a class instead of a map.
 - Added more feature flags.
 - PIP hotfix and callback.
 
1.2.0 #
- Add support for screen sharing.
 
1.1.0 #
- Add support for userAvatarURL.
 - Update Jitsi Meet SDK to 2.11.0.
 - Update iOS deployment target to 11.0.
 
1.0.0 #
- Update Jitsi Meet SDK for Android to 2.10.0.
 - Update Jitsi Meet SDK for iOS to 2.10.2.
 - Breaking change for Android. Minimum SDK must be increased to 23.
 
0.4.1 #
- Fixed close meeting programmatically in iOS.
 - Updated formatting to increase pub points.
 
0.4.0 #
- Removed the app bar when the meeting is opening.
 
0.3.0 #
- Added IOS support to close the meeting programmatically
 
0.2.5 #
- Added Android support to close the meeting programmatically
 
0.2.4 #
- IOS Xcode 11.5 support
 
0.2.3 #
- Added support for pass JWT token
 
0.2.2 #
- Added support for feature flags
 
0.2.1 #
- Updated JitsiMeet SDK to v2.9.0
 
0.2.0 #
- Added IOSAppBarRGBAColor Param
 
0.1.9 #
0.1.7 #
- Fix defect with per meeting listener not initializing event channel
 
0.1.6 #
- Added per meeting listeners
 - Added Map<dynamic, dynamic> data returned in listener functions
 
0.1.5 #
- Support for Meeting Events: onConferenceWillJoin, onConferenceJoined, onConferenceTerminated, and onError
 
0.1.4 #
- Move and rename Kotlin TAG variable into plugin class to eliminate naming conflicts
 
0.1.3+1 #
- Example app proguard to fix release apk build crashing
 - Update README about proguard and minimum sdk
 
0.1.3 #
- Added support for serverURL
 
0.1.2 #
- Update license to MIT
 
0.1.1 #
- Room name character validation.
 - Allow nullable fields in iOS.
 
0.1.0 #
- Initial release for Android and iOS.