Embedding twitch channel and expectations

Thanks again for the input all.

From our side, the point isn’t that we notice the messages, but that we are seeing load from them. We are receiving at least 3-4 per second not just 1. There are three different messages.
Our goal is to reduce the number of messages we are receiving.

We need to be able to embed the channel. It seems that just by embedding the player, we are getting these messages.

We can turn of the logging of messages in general but that won’t reduce the load of receiving them.

Barry your suggestions :slight_smile:

Call the API instead of asking the embed.

  • the embed is sending the messages, we are not asking it. However, if we could poll …
    Or listen for PLAYING
    Or check if the player is playing or not.
  • These above make sense as long as the player is embedded.
    The problem is that we keep getting the messages regardless of when we listen for Playing.

Does the embed have a way for us to destroy it? We could just recreate it periodically then.

Thanks