Chat Messages Throttling
Integrators can configure throttling to control how frequently fans are allowed to send chat messages in a room. This helps reduce spam and maintain healthy conversation flow without completely disabling chat activity.
For example, if throttling is set to 30 seconds, a user can only send one message every 30 seconds per room. Throttling can be set only in seconds. Values 0 seconds disabling throttle.
Use Cases: • Spam Prevention: Prevent a single fan from flooding a chat with rapid messages. • Room-Specific Throttling: Apply different throttle policies per room depending on audience size or event type. • Fair Participation: Ensure all fans have a chance to contribute to the discussion.
How to set chat messages throttling (there are 3 ways to do it):
- From admin panel in the cms:

- From CMS during creation or update of chatroom:
Create:

Edit:

- From API:
POST: https://cf-blast.livelikecdn.com/api/v1/chat-rooms
PATCH https://cf-blast.livelikecdn.com/api/v1/chat-rooms/:id
Parameter in the body of request chat_message_throttle_seconds: number
Updated 2 days ago