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 stream to existing swarm? #23

Open
IamCarbonMan opened this issue Apr 21, 2017 · 2 comments
Open

Add stream to existing swarm? #23

IamCarbonMan opened this issue Apr 21, 2017 · 2 comments

Comments

@IamCarbonMan
Copy link

As of right now, the only way to add video/audio to the swarm is to add it when the swarm is first instantiated. It would be more convenient to create a swarm for sending whatever you're sending over the DataChannel, then add a stream when the user requests it via the UI (using a method on the swarm like swarm.addStream). And if we're adding streams to existing swarms, it would be useful to be able to add DataChannels while we're at it.

@ojack
Copy link

ojack commented May 6, 2017

I have been looking into this too--it depends on feross/simple-peer#50

@aral
Copy link

aral commented Feb 3, 2019

Just an update that feross/simple-peer#50 has now been resolved via feross/simple-peer#250

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

No branches or pull requests

3 participants