Skip to content
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

add compatibility for janus 1.x #3670

Merged
merged 1 commit into from
Mar 4, 2024
Merged

add compatibility for janus 1.x #3670

merged 1 commit into from
Mar 4, 2024

Conversation

mahibi
Copy link
Collaborator

@mahibi mahibi commented Feb 27, 2024

fix #2704

Ref:

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not needed
  • 🔖 Capability is checked or not needed
  • 🔙 Backport requests are created or not needed: /backport to stable-xx.x
  • 📅 Milestone is set
  • 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

@mahibi mahibi self-assigned this Feb 27, 2024
PeerConnectionWrapper.this.dataChannel = dataChannel;
PeerConnectionWrapper.this.dataChannel.registerObserver(new MagicDataChannelObserver());
}
PeerConnectionWrapper.this.dataChannel = dataChannel;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to nextcloud/talk-ios#1557 (comment) it probably would make sense to log something if a dataChannel has already been stored.

@mahibi mahibi force-pushed the bugfix/2704/janus1x branch from f070d42 to f2292b4 Compare March 4, 2024 10:48
Copy link
Contributor

github-actions bot commented Mar 4, 2024

Codacy

Lint

TypemasterPR
Warnings8181
Errors1010

SpotBugs

CategoryBaseNew
Bad practice66
Correctness99
Dodgy code111111
Internationalization33
Malicious code vulnerability33
Performance66
Security11
Total139139

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
@mahibi mahibi force-pushed the bugfix/2704/janus1x branch from f2292b4 to fcf6c84 Compare March 4, 2024 11:59
@mahibi mahibi merged commit 535d8c7 into master Mar 4, 2024
12 of 16 checks passed
@mahibi mahibi deleted the bugfix/2704/janus1x branch March 4, 2024 12:00
Copy link
Contributor

github-actions bot commented Mar 4, 2024

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/3670-talk.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud Talk app.

@skl256
Copy link

skl256 commented Mar 7, 2024

Can you tell me what version the fix will be in? Now the latest release of nextcloud/talk-android is 18.0.1.

@AndyScherzinger AndyScherzinger added this to the 19.0.0 milestone Mar 7, 2024
@AndyScherzinger
Copy link
Member

@skl256 I just annotated the (future) release version this will be shipped with sicne this pr got merged to the main branch: 19.0.0 scheduled for April

@mahibi
Copy link
Collaborator Author

mahibi commented Mar 12, 2024

/backport to stable-18.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No video on call after update on v15.1.1
5 participants