Flow Functions

twitch_connection()

If the Twitch integration is enabled by the user in the Flow settings, the connection state of the Twitch integration will come through here.

twitch_connection((state) => {
    if(state) {
        // do something when Twitch chat connects
    } else {
        // do something when Twitch chat disconnects
    }
});

 state: Boolean dictating the state of the Twitch connection.

APIs

The following APIs are also available:

Community of Makers

Our Discord has evolved into a vibrant hub for widget creators. Seek answers to your questions, and showcase your innovative widgets to a community of passionate makers.