816 results found
-
Adding an additional parameter to deleting rewards Currently, using https://api.twitch.tv/helix/channel_points/custom_rewards to DELETE a reward will mark any UNFULFILLED rewards as FULFILLED.
While this already feels wrong, it would be nice to be able to send an optional parameter that can set the status to CANCELED instead. This should help reduce the number of requests to Twitch and make it more manageable when having to delete more than 50 pending redemptions.
The current way we manage this is to get a list of all pending redemptions on the reward and then send a status update for 50 of them at a time before deleting, but if the goal…
1 vote -
`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 -
mystery_only condition for channel.subscription.gift Adding to these ideas:
https://twitch.uservoice.com/forums/310213-developers/suggestions/44500245-revise-the-channel-subscription-topics
https://twitch.uservoice.com/forums/310213-developers/suggestions/43813413-provide-a-gift-event-id-in-the-channel-subscribeAdd a "mystery_only" boolean condition to channel.subscription.gift so that channel.subscription.gift only triggers when a mystery gift event happens.
1 vote -
Add EventSub events for channel point goals (start, contributions, end) While the API doesn't support channel point goals at all right now, I think it would be beneficial for developers to have ways to read the progress of channel point goals, for example for displaying the progress on overlays or having events triggered when it finishes.
1 vote -
`channel.guest_star_slot.update` doesn't include the live/backage state of the slot Missing data from eventsub :-D
2 votes -
1111111111 11111111111
1 vote -
coins Put in support like TikTok coins so that the scene can support their favorite creator, so Twitch can also take 10% or 20% of the support. The interest becomes for both parties.
1 vote -
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
42 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 -
Ошибка в команде yarn create react-app example-extension
there is a mistake. Command have to beyarn create-react-app example-extension
1 vote -
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
2 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
- Don't see your idea?