Jack
Jack
Hi, I use Antd all of the time and I am currently working on a boilerplate to use in my projects https://github.com/elmarti/meteor-antd-boilerplate An example is deployed to Heroku (https://antdmeteor.herokuapp.com) ,...
Unfortunately I need to pivot a project to use IPC sockets instead of a URL connection string. It looks like this isn't possible with this library. ### Proposal Add an...
https://github.com/elmarti/meteor-video-chat/pull/87 @jamalcoder
https://github.com/elmarti/meteor-video-chat/blob/681bf5601967c63170294b2a4d4764fe923d7284/asteroid.js#L18
RTCFly is currently being reimplemented and will allow for renegotiation (changing of streams for example: front/rear facing camera). As soon as this is available it should be made available for...
Now that the core of the project has been abstracted into [RTCFly](https://github.com/RTCFly/RTCFly), it should be relatively simple to test the remnant code as it leverages import/export, rather than integrating directly...
At present, the only way to add an error callback or check the connection privilege is through the old style syntax.
This does the job very well, but it would be nice to reduce the number of dependencies included and make its use more specific to video chat.
**Describe the bug** Storybook implementation is now unruly, time to tidy up **Expected behavior** A file/folder per story
**Is your feature request related to a problem? Please describe.** There are some views where we might not want to show a joystick, but use one on-click. **Describe the solution...