muxable / rtchat

A chat app for IRL streamers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable TTS when stream goes offline

kevmo314 opened this issue · comments

You can check if the message is a StreamStateEvent and disable TTS accordingly.

} else if (model is StreamStateEventModel) {

@kevmo314 What about disabling TTS when a streamer raids as well?

That would probably get caught by the queue full feature in the other ticket.