Hi there,
So I have developed a Twitch extension that allows a streamer to add photos to their stream. At the moment, the streamer selects photos before the stream and adds them which is working great.
Now, I want the streamer to be able to add or change the photos they are displaying whilst live on stream in the stream managers page (live-config).
Question: Do I need an EBS to be able to make changes while live using (using the PubSub). Or can I just integrate the PubSub in the live-config with the Configuration Service. Since my extension is just front-end managing for the stream. Hope this makes sense.