This article covers the following platforms
MSFS 2024
MSFS 2020
ATS
FSX
Prepar3D
twitch_connection reports the connection state of the Twitch integration. It only runs if the user has enabled the Twitch integration in the Flow settings.
twitch_connection((state) => {
if(state) {
// do something when Twitch chat connects
} else {
// do something when Twitch chat disconnects
}
});state: Boolean state of the Twitch connection.
APIs
The following APIs are also available: