jitsi_meet_wrapper 0.2.0 jitsi_meet_wrapper: ^0.2.0 copied to clipboard
A Flutter wrapper around the official JitsiMeetSDKs. With this package, you can launch Jitsi meetings in a native view.
0.2.0 #
- Breaking: Remove
FeatureFlag
enum to reduce maintenance effort; Feature flags can still be set by using the native feature flag name as explained in the documentation ofJitsiMeetingOptions.featureFlags
9718c87 - Fix bug that would open a second activity when tapping the Android background notification c9d04dc
0.0.6 #
- Clean up pubspec.yaml #30
- Fix feature flag String mapping of
FEatureFlag.isToolboxEnabled
#45 - Add option to
setAudioMuted
#56 - Add option to
hangUp
#56 - Bump SDK version to 7.0.1
- Support Android 13 #60
- Bump Kotlin and Gradle versions #60
- Remove known issue that this plugin will not work on iOS simulator
0.0.5 #
- Fix wrong min iOS version in documentation #28
- Remove
pubspec.lock
files 1aa6203c67ef7a63accf2c6be397c70ca8f5d2c4
0.0.4 #
0.0.1 #
- Initial version