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
It would be great to have an addStream() method for SimpleSignalClient, similar to what you can do directly with simple-peer. Also a 'stream' event would be perfect so we can get a callback where we can do something directly with the mediaStream from the other peer.
function addStream(mediaStream) {
...
)
.on('stream', (stream) => {
...
}
The text was updated successfully, but these errors were encountered:
OmarB97
changed the title
Add addStream(mediaStream) method and 'stream' event for SimpleSignalClient
[FEATURE REQUEST] Add addStream(mediaStream) method and 'stream' event for SimpleSignalClient
Dec 29, 2020
It would be great to have an addStream() method for SimpleSignalClient, similar to what you can do directly with simple-peer. Also a 'stream' event would be perfect so we can get a callback where we can do something directly with the mediaStream from the other peer.
The text was updated successfully, but these errors were encountered: