You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brief description
I am talking about OVERLAY extension. not about config or live config.
In my extension streamer must open their own stream to see their stream and create polls variants in necessary position. Like this.
But in stream manager overlays initialize not correctly. All OVERLAYS in stream manager initialize with JWT contain "opaqueUserId": "AR4lETBlJDvzMsAWqRPxL", "role": "viewer"
expected behavior is extension initialize with "opaqueUserId": "real_id", "role": "broadcaster"
If broadcaster open their own stream not in stream manager, just by link like twitch.tv/mbobrova
overlay initialize correctly.
Overlays in dev mode not appear in stream manage at all
How to reproduce
Just add any overlay extension and open your stream manager. Extension will initialize with unauthorize user. Extension in dev mode will not appear at all.
Expected behavior
expected behavior is extension initialize with "opaqueUserId": "real_id", "role": "broadcaster"
Screenshots
Additional context or questions
The text was updated successfully, but these errors were encountered:
Brief description
I am talking about OVERLAY extension. not about config or live config.
In my extension streamer must open their own stream to see their stream and create polls variants in necessary position. Like this.

But in stream manager overlays initialize not correctly. All OVERLAYS in stream manager initialize with JWT contain "opaqueUserId": "AR4lETBlJDvzMsAWqRPxL", "role": "viewer"
expected behavior is extension initialize with "opaqueUserId": "real_id", "role": "broadcaster"
If broadcaster open their own stream not in stream manager, just by link like twitch.tv/mbobrova
overlay initialize correctly.
Overlays in dev mode not appear in stream manage at all
How to reproduce
Just add any overlay extension and open your stream manager. Extension will initialize with unauthorize user. Extension in dev mode will not appear at all.
Expected behavior
expected behavior is extension initialize with "opaqueUserId": "real_id", "role": "broadcaster"
Screenshots
Additional context or questions
The text was updated successfully, but these errors were encountered: