You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: