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 getSenders and getReceivers #93

Merged
merged 2 commits into from Dec 4, 2017
Merged

add getSenders and getReceivers #93

merged 2 commits into from Dec 4, 2017

Conversation

jensengar
Copy link
Contributor

We have a library that depends on RTCPeerConnection which is calling getRemoteStreams. This is causing a deprecation warning in ff. Seems reasonable to proxy getSenders/Receivers.

package.json Outdated
@@ -29,7 +29,7 @@
"tape": "^4.0.0",
"testling": "^1.7.1",
"travis-multirunner": "^3.0.0",
"webrtc-adapter": "^3.4.3"
"webrtc-adapter": "^6.0.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

We've moved a bunch of otalk repos to have adapter as a peer dependency, and I guess didn't get this one yet? Let's do that. @legastero @fippo objections?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ignore me, we already did that here, and just moved it from dep to devDep 598f7dd#diff-b9cfc7f2cdf78a7f4b91a753d10865a2

@jensengar jensengar force-pushed the master branch 2 times, most recently from b7e043c to 436f8db Compare December 1, 2017 14:39
@fippo
Copy link
Member

fippo commented Dec 1, 2017

I think getSenders and getReceivers is always shimmed by adapter?

can we split the travis update into a different PR?

@xdumaine
Copy link
Contributor

xdumaine commented Dec 1, 2017

@fippo it is, but since we don't bundle or enforce specific adapter version yet, this would be failsafe against an older version. We can deprecate proxying getRemoteStreams/getLocalStreams in this lib at some point as well.

@fippo
Copy link
Member

fippo commented Dec 1, 2017

get*Streams + co are extremly hard to get rid of unfortunately :-(

@jensengar
Copy link
Contributor Author

@fippo you want the proxying of getSenders/Receivers and the travis fix in separate prs?

@fippo
Copy link
Member

fippo commented Dec 1, 2017

ah... the .travis.yml here was way older than I expected. LGTM!

@jensengar
Copy link
Contributor Author

If this is good, can someone merge it please?

@xdumaine
Copy link
Contributor

xdumaine commented Dec 4, 2017 via email

@xdumaine xdumaine merged commit 7f7c3e7 into otalk:master Dec 4, 2017
@xdumaine
Copy link
Contributor

xdumaine commented Dec 4, 2017

Plublished as v8.1.0

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.

None yet

3 participants