-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Jitsi SDK to 6.2.2 #6195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dc5e9f4
to
b3fdd64
Compare
Kudos, SonarCloud Quality Gate passed! |
Decision has been taken today to wait for Jitsi to provide a version without a tracker. So wait for jitsi/jitsi-meet#11759 to be fixed and released. |
According to jitsi/jitsi-meet#11759 (comment) it seems that this could be unblocked. |
b3fdd64
to
cf9135c
Compare
Updating to 6.2.2, but the code is not compiling yet. |
Error was lots of `Duplicate class org.checkerframework.common.reflection.qual.MethodVal found in modules jetified-checker-3.1 (org.checkerframework:checker:3.1.1) and jetified-checker-qual-3.12.0 (org.checkerframework:checker-qual:3.12.0) Cannot use latest 3.15.0 since it required min API 26.
49221c6
to
51ed51e
Compare
|
Thread: main, Exception: java.lang.RuntimeException: Unable to start service org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService@3d1f0bc with Intent { cmp=im.vector.app.debug/org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService (has extras) }: java.lang.IllegalArgumentException: Invalid notification (no valid small icon): Notification(channel=JitsiOngoingConferenceChannel pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0xa color=0x00000000 category=call actions=2 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0)
51ed51e
to
46d1795
Compare
SonarCloud Quality Gate failed. |
Type of change
Content
Upgrade Jitsi to 6.2.2.
As a bonus, I have added a debug activity to display some info about Jitsi. I did not find a way to retrieve the version and both button does nothing. I keep it though, could be useful for future tests.
This upgrade should also fix this warning from the PlayStore:
(https://support.google.com/faqs/answer/12577537)
Demo of the new version:
Motivation and context
Closes #5745
Screenshots / GIFs
Tests
Crash is confirmed fixed.
But I have issue when trying to answer/reject a WebRTC call. Still investigating if it's new or not :/
EDIT: everything is working fine today.
Tested devices
Checklist