Replace jitsi_meet
package with jitsi_meet_wrapper
+ increase iOS deployment target to 12.0
#164
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I'm sure that the
jitsi_meet
package is the reason why the iOS build is failing in #153. The problem is that thejitsi_meet
package isn't maintained anymore. So it's difficult to find a fix so that #153 can be merged.There are also several issues that Android 12 is not supported anymore by the package (gunschu/jitsi_meet#376, gunschu/jitsi_meet#368, gunschu/jitsi_meet#366).
There is a folk of
jitsi_meet
calledjitsi_meet_wrapper
which has better code and is maintained. So I migrated to this package (thanks to @saibotma 💙).One big disadvantage:
jitsi_meet_wrapper
uses the current Jitsi iOS SDK which requires +12.0. This means we need to drop the support for iOS 11.0 (other option would be to remove the Jitsi Feature for all users) 😞Demo
ToDo