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

demos: update webrtc adapter 8.0.0 #2702

Merged
merged 3 commits into from
Jun 21, 2021

Conversation

tmatth
Copy link
Contributor

@tmatth tmatth commented Jun 14, 2021

The issue with webrtc-adapter tags not being published to cdnjs has been resolved, see:
cdnjs/packages#746

Tested locally (note: I don't have edge).

Copy link
Member

@lminiero lminiero left a comment

Choose a reason for hiding this comment

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

Thanks! I'll have to make some tests to make sure nothing break in the demos, before merging.

@@ -33,6 +33,6 @@
"tests"
],
"dependencies": {
"webrtc-adapter": "7.7.0"
"webrtc-adapter": "8.0.0"
Copy link
Member

Choose a reason for hiding this comment

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

Did you test this too? I remember bower having issues because the version available online wasn't available there too.

Copy link
Contributor Author

@tmatth tmatth Jun 14, 2021

Choose a reason for hiding this comment

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

Just running npm install within the janus directory, but worked as expected (it found webrtc-adapter 8.0.0 and installed it in node_modules). sorry, you're asking about bower:

tmatth@bellini:~/src/janus-gateway$ ./node_modules/bower/bin/bower install
bower webrtc-adapter#8.0.0  not-cached https://github.com/webrtc/adapter.git#8.0.0
bower webrtc-adapter#8.0.0     resolve https://github.com/webrtc/adapter.git#8.0.0
bower webrtc-adapter#8.0.0    download https://github.com/webrtc/adapter/archive/v8.0.0.tar.gz
bower webrtc-adapter#8.0.0     extract archive.tar.gz
bower webrtc-adapter#8.0.0    resolved https://github.com/webrtc/adapter.git#8.0.0
bower webrtc-adapter#8.0.0     install webrtc-adapter#8.0.0

webrtc-adapter#8.0.0 bower_components/webrtc-adapter

@tmatth tmatth force-pushed the update/webrtc-adapter-8.0.0 branch 2 times, most recently from 22bc7fd to e4ad491 Compare June 16, 2021 19:49
Breaking changes [1]:
 * remove legacy edge + rtcpeerconnection-shim (see meetecho#1076)
 * RTCIceCandidate polyfill is now polyfilled according to spec (see meetecho#999)

[1] https://github.com/webrtcHacks/adapter/releases/tag/v8.0.0
@tmatth tmatth force-pushed the update/webrtc-adapter-8.0.0 branch from e4ad491 to fc41bcb Compare June 17, 2021 13:55
@lminiero
Copy link
Member

Ok, we finally managed to test with Edge, which worked (at least what we tried) so I'll merge, thanks 👍

@lminiero lminiero merged commit 2d246e2 into meetecho:master Jun 21, 2021
@lminiero
Copy link
Member

I should clarify that we tested with the new Chromium-based Edge, not the old one: but since I don't really care about that one, I think we can safely ignore it.

@tmatth tmatth deleted the update/webrtc-adapter-8.0.0 branch June 21, 2021 14:03
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.

2 participants