exlted / StreamCore

This is a self-hosted streaming infrastructure system. Think StreamLabs, but you're in control. Long term, we intend to support as many platforms as possible!
MIT License
5 stars 0 forks source link

Chat Relay Element #2

Open exlted opened 3 years ago

exlted commented 3 years ago

One of the core elements I want for StreamCore is a chat relay, this will allow chat messages from one source to be passed onto other chat systems that have write capabilities in their APIs.

The Chat Relay element needs to send Chat Sent queries that include the source they came from, so they can be filtered out and avoid double-chatting to the original source.

Relies on: Chat Received, Chat Sent