863 results found
-
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.
2 votes -
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 -
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
48 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
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 -
Error on retrieving hmac message At the full example code, the raw body needs to be passed through the JSON.stringify(<body>) function at the getHmacMessage function since the request is part of the espress.Request class. Or that's what worked for me.
1 vote -
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 -
Wrong header in Example request of update redemption status API reference The Example Request in Update Redemption Status API reference contains wrong header. The Client-Id is named as client-id. A small typo error wasted my hour. But yep hopefully it gets fixed for others.
1 vote
- Don't see your idea?