NOTE: Only tested on Windows!
To test:
- Create a restream account and connect a YouTube and Twitch channel.
- Create an app for that account at https://developers.restream.io/apps.
- Use the web UI https://app.restream.io/channels/embed to set the title and description for all channels.
- Edit index.js and set config { clientId and clientSecret } to match your app's data.
- Run the script:
node .\index.js
. - Note output title and description.
- Edit index.js and comment out the next to last command and uncomment in the last command.
- Run the script:
node .\index.js
. - Note output title and unexpectedly blank/empty description.
- Note that the web UI shows the new title but unexpectedly blank/empty description.
- Note that using the web UI "Update Titles" button shows the old title and old non-blank/empty description.