Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Adapt to the revised data channel API that landed in FF22. #59

Merged
merged 2 commits into from
May 13, 2013

Conversation

Standard8
Copy link
Member

var localPort = randomPort();
var remotePort = randomPort();
while (remotePort == localPort) // Avoid being extremely unlucky...
remotePort = randomPort();
Copy link

Choose a reason for hiding this comment

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

I'm glad we can finally get rid of this awful hack :-)

@fqueze
Copy link

fqueze commented Apr 10, 2013

Looks good to me. My only concern is that the existing android builds we have will no longer work with this landed, and I heard that webrtc doesn't work well on newer android builds.

@Standard8
Copy link
Member Author

WebRTC is now built by default, and last I heard works reasonably well, and improving, though maybe not to quite the same quality just yet, but near. I'm not sure we need to worry about that here though as the old builds aren't really public anyway.

Standard8 added a commit that referenced this pull request May 13, 2013
Adapt to the revised data channel API that landed in FF22.
@Standard8 Standard8 merged commit 182c4ad into mozilla:master May 13, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants