-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Conversation
PeerConnectionWrapper.this.dataChannel = dataChannel; | ||
PeerConnectionWrapper.this.dataChannel.registerObserver(new MagicDataChannelObserver()); | ||
} | ||
PeerConnectionWrapper.this.dataChannel = dataChannel; |
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.
Similar to nextcloud/talk-ios#1557 (comment) it probably would make sense to log something if a dataChannel
has already been stored.
99941f6
to
f070d42
Compare
f070d42
to
f2292b4
Compare
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
f2292b4
to
fcf6c84
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/3670-talk.apk |
Can you tell me what version the fix will be in? Now the latest release of nextcloud/talk-android is 18.0.1. |
@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 |
/backport to stable-18.1 |
fix #2704
Ref:
🏁 Checklist
/backport to stable-xx.x