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
We moved it out of the package.js to allow for customising the streams creation (for instance we use our fork of the streams package as we need to specify a different connection as we have two separate apps for users and admins). This also allows you to setup the permissions on the streams too.
Maybe it would be possible to do the signalling via a collection and remove the dependency on streams, this may also allow it to be persisted.
Initially we chose to use streams as it was most similar to how other webrtc apps use websockets, making the initial implementation more straightfoward.
https://github.com/arunoda/meteor-streams#development-status
Thoughts?
The text was updated successfully, but these errors were encountered: