- On the first run, the application will create a
Settings/StreamElements.jsonfile. - Retrieve your JWT Token, using your browser, from the following URL: https://streamelements.com/dashboard/account/channels
- Add the
JWT Tokenin your browser to theSettings/StreamElements.jsonfile'sJWTTokensetting. - On the second run, the application will automatically connect to StreamElements' real-time API and start receiving events.
{
"StreamElements": {
"JWTToken": "your-jwt-token-that-is-super-long"
}
}