Skip to content

Commit 4e3a656

Browse files
authored
Add FAQ to websockets (#77)
1 parent 9c960b5 commit 4e3a656

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/websockets/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,16 @@ For a complete list of available topics and their detailed descriptions, see the
128128

129129
For implementation examples in different programming languages, see the [Code Examples](./examples/index.md) page.
130130

131+
## FAQ
131132

133+
**Q: Why are the messages not coming through? I received the message `successfully subscribed to topic`!**
134+
135+
A: Make sure you're using the token for the specific platform from which you want to receive activities. If you have multiple accounts linked (Twitch, YouTube, Kick, etc.), switch to the correct account on the StreamElements dashboard (click your avatar in the top-right corner) and copy the token again.
136+
137+
**Q: I'm not receiving YouTube activities, and I'm using the correct token.**
138+
139+
A: If your stream is set to `private` or `unlisted`, StreamElements cannot access it. Only public YouTube livestreams are supported.
140+
141+
**Q: How can I make sure I copied the correct token?**
142+
143+
A: If you are using either a JWT or an Overlay Token (apikey), go to the StreamElements dashboard, click your avatar in the top-right corner > select your channel name, and choose the correct channel. After that, you can copy the correct token.

0 commit comments

Comments
 (0)