Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow config for buffering messages #181

Open
BenDMyers opened this issue Aug 10, 2022 · 0 comments
Open

Allow config for buffering messages #181

BenDMyers opened this issue Aug 10, 2022 · 0 comments
Labels
enhancement New feature or request overlay configuration Providing customizations via the overlay URL's query parameters

Comments

@BenDMyers
Copy link
Owner

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:

  • Optional query parameter bufferMessages which, if provided, receives an integer count of milliseconds. Every n milliseconds, the buffer is flushed to the overlay display.
@BenDMyers BenDMyers added enhancement New feature or request overlay configuration Providing customizations via the overlay URL's query parameters labels Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request overlay configuration Providing customizations via the overlay URL's query parameters
Projects
None yet
Development

No branches or pull requests

1 participant