Jonathan
Jonathan
This is a lot to review, I'll try to get through it this week.
I use ripple emulator for browser testing and it works quite well. I haven't updated this project in awhile. On Mon, Jun 23, 2014 at 4:14 PM, Gaurav Patel [email protected]...
Unfortunately it's only updating on mount/unmount. This is definitely a bug.
The way chime works is that each video tile is its own video stream. That means that each video must be decoded individually. This uses a ton of CPU and/or...
@marr the react library sets a lot of things for you, I haven't looked internally, but maybe they're setting a higher quality level or something?
try running `source ~/.bashrc` in your terminal
There's no code for persistence that I can see, maybe we can get a pull request together, it's also a problem if the server ever restarts. The best solution I...
I think you may be better suited by a product like whereBy which is free. This library isn't really designed to be an end user video conferencing setup. It's a...
Hi @adnumaro, we have a batch operation, `room.batch` that I think addresses your needs, here's a description from our [docs](https://liveblocks.io/docs/api-reference/liveblocks-client#Room.batch): - Batches modifications made during the given function. - All...
We definitely do not send that event, so we'll need to add this. We'll work on it and add it soon!