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 enableDataChannel option to peer #806

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

marcelwgn
Copy link

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update
[ ] Bug fix
[x] New feature
[ ] Other, please explain:

What changes did you make? (Give an overview)

Added enableDataChannel option to simple-peer which allows to omit data channel creation for a peer.

This PR also adds necessary tests to ensure that the flag is being respected properly.

Which issue (if any) does this pull request address?

Closes #360, Closes #792

Is there anything you'd like reviewers to focus on?

index.js Outdated Show resolved Hide resolved
@marcelwgn
Copy link
Author

Don't want to be pushy but is there anything blocking this PR @feross ?

@cedrouck
Copy link

@feross, it would be very helpful if we can merge it. Do you think we can plan it soonly ? Thanks

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.

datachannel creation based on settings (true by default) Support omission of DataChannels
3 participants