Allow config for buffering messages #181
Labels
enhancement
New feature or request
overlay configuration
Providing customizations via the overlay URL's query parameters
Inspired by @theobr's https://solidchat.vercel.app/
In really fast chats, streamers might want to buffer their chat overlay so messages come up in bursts. We should consider having a system for buffering messages so that they can be shown in bursts.
Suggested API:
bufferMessages
which, if provided, receives an integer count of milliseconds. Every n milliseconds, the buffer is flushed to the overlay display.The text was updated successfully, but these errors were encountered: