422 results found
-
`channel.guest_star_session.begin`/end are gated to caster auth only? probably should accept a moderator_id
2 votes -
When a slot transitions from empty to having a guest there is no `channel.guest_star_slot.update` triggered So if a developer is only subscribed to
channel.guest_star_slot.update
for monitoring whom is in a slot, they won't get a message when a slot changes from empty to populated.It would required you to subscribe to guest.update
2 votes -
channel.guest_star_guest.update - doesn't have audio/video status So when I move a user from the queue to the call
I don't know what state mic and camera is for the user in order to display that in my UI without doing an API call.
This is another "get rid of slots/guests seperation" on eventsub and make everything run under one roof/topic?
2 votes -
Re-introduction of Sub-Only Tags Due to the removal of the stream tags_id a few weeks ago, it is no longer possible to tell from the tags whether the stream is a "sub-only" stream.
Maybe, so that the JSON is not unnecessarily extended by another point, the information could be added to the new custom-tags. Preferably as a fixed string without localization.
1 vote -
`channel.guest_star_slot.update` doesn't include the live/backage state of the slot Missing data from eventsub :-D
2 votes -
Add "branded content" as a toggle option to modify channel information endpoint The new checkbox
https://help.twitch.tv/s/article/branded-content-policy?language=en_US
Needs to be get and set-able via the API
49 votes -
Moving a user back to the queue: eventsub seems odd When you move a user from a slot back to the queue. You get a guest update payload that describes the slot the user was removed from.
But you don't get a slot update message
2 votes -
API lets you move a guest to a slot that doesn't exist You set your guest start to have 2 slots.
You then use the API to move a user into slot 3/4 or 5
The API allows this rather than 4xx with a "slot doesn't exist" type error
2 votes -
Allow the Source to work in an iframe The URL
https://dashboard.twitch.tv/widgets/guest-star/barrycarlyon?auth=REMOVED&display=single&slot=1
Isn't supported in an iFrame.
It would be beneifical for this to allow easier developer adoption/usage of guest star for some use cases2 votes -
Add start and end values for emojis in the API Emotes with the type "twitch" has the attributes 'start' and 'end' that specifies where in the raw text it starts and ends.
But emotes with the type "emoji" lacks these values. The type "emoji" also lacks the exact character as text as well. The emoji "🐇" has the values name and id both being "1f407" and none being "🐇".
My goal is to go through from the end to the start of the text and replace each entry. Apparently emotes of the type twitch are also sorted before emotes of the type emoji, which means I can't go through the…
1 vote -
channel.guest_star_guest.update doesn't fire for all state changes? For this topic I have state changes for
- moved guest from queue to 1 - state backstage
- moved a guest from 1 to queue - state invited
- moved a guest from backstage to live - state live
But nothing for that user moving from invited to accepted to ready
Sure that user aint in a slot yet. But we can't see when a user accepts and invite to know they are ready without hammering the invites API endpoint2 votes -
Provide a topic for invite state changes Provide a topic for an invites
- sent/created
- invite changed status (say to accepted)
- cancelled/deleted/rejected
5 votes -
Get Channel Settings should be mod readable A mod can move people around the slots or add a user to a slot.
But a mod can't know how many slots there are, as the slot count is locked into the settings API
2 votes -
Change Browser Source Mode? There is no way to get this setting
Or as a result change this setting2 votes -
No API's to handle seeing/managing Requests Theres no API support to
- see state of request mode
- turn on request mode
- turn off request mode
- see requests
- accept/reject requests
2 votes -
Update Guest Star Slot - switching Document the "switching" behaviour
if I move slot 1 to slot 2
Then do it again
It's basically a slot swap as the guests in each slot swap places2 votes -
End Guest Star Session - missing error code add:
400 bad request - This session as already ended.
2 votes -
See unpublish vods If I call Get Videos with a user token with the scope "channel:manage:videos" I should be able to get that users unpublished vods.
I have a use case where I need to be able to delete an unpublished vod, but I can't see the unpublihsed vod to get the ID of it to then call delete
2 votes -
Entitlements for Specified Game Add a new endpoint to Entitlements that will allow devs to pass in the game id. The endpoint will return data on active, completed or upcoming drops. The data is already available on the Twitch site on the drops campaign page https://www.twitch.tv/drops/campaigns.
Having this data would be useful to use on fan made websites so that visitors can get reminders of available drops.
1 vote -
Scope or method to allow myself to mod myself To make it easier to streamers to add a bot to their channel.
Some bots may be asking for the
channel:manage:moderators
scope.
But this means the bot can add/remove any moderator.It would seem practical to create and support a scope or proceedure that restricts the scope to a single user.
So
channel:manage:moderators:15185913
when using this with asking user 26610234 would give me the ability to mod/unmod only that one userID5 votes
- Don't see your idea?