861 results found
-
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 -
[Website Docs] Provide a link to the `channel.update` event for the `stream-change` trigger Just a minor suggestion, but in the list of events you can trigger, it is not immediately obvious that the
stream-change
event is what is needed to fire achannel.change
event. The vast majority of the other triggerable events have their corresponding events linked in the description and for consistency (and for newer users) it makes sense to also have a link there.1 vote -
Unclear extensions documentation A few of the elements on the extensions documentation (https://dev.twitch.tv/docs/extensions/reference/) are very confusing, especially in the Bits section. For example:
in getProducts, it looks like
amount
andtype
are fields directly in the product object, when they are in fact part of thecost
object within it (the Cost type is not defined anywhere else)in window.Twitch.ext.bits.onTransactionComplete, the
product
field of theTransactionObject
is said to be a string, but its description says "If set to true, will contain “inDevelopment”. Otherwise it return blank". How can it be set to true if it is a string? Also, from…
1 vote -
page has no download link This page says "The Twitch Authorization SDK is a library that provides access to Twitch Authentication through an API targeted at applications used by Twitch broadcasters." But it has no instruction on how or where to DOWNLOAD THE SDK!!!!!!
1 vote -
Allow streamer access token to modify redemption status without reward creator client ID In the web UI, moderators are able to complete/reject redemptions. However, the PATCH https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions API endpoint requires the reward to be created with the same client ID that is used to update the redemption, or it returns a 403.
This restriction is needless when considering the aforementioned leniency on the web UI.
1 vote -
API Endpoint to get all predictors for a given outcome. Currently the Prediction endpoints (and EventSub data) only contains the top predictors for outcomes in a prediction. I propose a new endpoint, located at something like:
helix/predictions/predictors
that takes as input abroadcaster_id
andoutcome_id
, and returns a paginated list of all users who have contributed to a given prediction outcome, along with the details of their prediction (essentially the "top predictors" array, but containing all predictors).This could make predictions even more interactive- a streamer could, for example, draw two word clouds showing all predictors for each option "battling" each other.
1 vote -
Tags - Inconsistency between exemple, list and prototype Some part are missing some informations or contain error :
- Private message : send a tags "returning-chatter" that is not explain and not in the prototype of the command.
- Usernotice : you provide an exemple with the tag "msg-param-recipient-name", this tag is not in the list of tags1 vote -
asdfqwer Bro please make this **** easier/more understandable.
1 vote -
More info needed for websocket dev server You've explained how to connect, but not how (or if) I should subscribe to events from the dev server. You should include a full example with the steps necessary to connect to the dev server, subscribe to it (if necessary), and send an event to test with.
1 vote -
Improvements on Teamfunctions I would like to see a better handling of teams inside of the api.
The following functions i would like to see.- adding and removing teammembers
- query who is currently online of the team
- subscribe (eventsub) to get notifications when a team member goes online or offline
I think query and subscribe is needed cause sometimes you just need the current state for example to implement a reply in an 3rd party tool who can be raided and raise this way the interaction between team members. Subscription based is good if you for example want to let discord post informations…
1 vote -
can not received message that other viewers send excuse,why i can not received message what other viewer send in the chatroom,but only received message what my bot send ,such as "@badge-info=;badges=;color=;display-name=yesankin;emote-sets=0,300374282;id=7fcf74eb-46ad-41ef-b04e-8aeac3cbab20;mod=0;subscriber=0;user-type= :tmi.twitch.tv USERSTATE #kathyvv"
1 vote -
Allow adding single character blocked terms via the API Twitch's UI allows you to add terms that have only a single character to them. This is good because it allows us to block some characters that are usually used on ascii copy pastes (like "⣿", for example).
Unfortunately, the API imposes a limit of a minimum of 2 characters per blocked term, as seen on the docs:
"The word or phrase to block from being used in the broadcaster’s chat room. The term must contain a minimum of 2 characters and may contain up to a maximum of 500 characters."
This creates a weird behaviour where users can add…
1 vote -
Keep plowing your ******* adds up my *** and I will switch to another service. Bad enough you interupt content to show me a ******* add I have no ***** to care for, you also have to plug the **** on my screen while I am watching. And the content creators run personal ads.. This is too ******* much. I came to this from TV to avoid ******* ads
1 vote -
Where is the name listed? "Set Name to your application's name. The name must be unique among all Twitch apps. Your app's name is listed on the Connections page under Other Connections if your app requires user consent to access or modify the user's resources." I do not understand where the name is listed, when I am on the page on which the link sends me there is not that.
1 vote -
alt+t plus full screen mode better support wide screen and ultrawide screen i dont know which classification is right, forgive me plz.
when i use wide screen or ultrawide screen. i want watch stream full screen and with chat. need press alt+t then f11.
u guys can option a new key to press when identify user used wide screen or ultrawide screen.
and if it could be updated. i want saw following channels at lefe, stream on mid, chat in right when user used ultrawide screen.
ty.1 vote -
There's one thing I would like to ask about why can't you make the following live channel listing changeable So you don't restrict it to jus There's one thing I would like to ask about why can't you make the following live channel listing changeable So you don't restrict it to just views numbers And it be nice to go alphabetically follower numbers Or the title Of what they're streaming I'm put it here since the other way is too hard to post It's not the bar on the left it's the main page of the following
1 vote -
Show bot chat messages in the users chosen language Many channels I watch regularly communicate at least in two languages, and therefore send out chatbot messages in multiple languages as a long message.
For example, "Follow my Instagram at ig.com/username // Folgt meinem Instagram at ig.com/username".
It would be great if there was the option for chat messages sent via API to provide a default message with translations. Users would see bot messages in their native language or the broadcaster's selected language if no matching translation was provided. This could be extended for other functions, such as shoutouts.
1 vote -
Extend Clips response with video_name and game_name The clip response already include both id and name -fields for some data -- broadcaster_id/broadcaster_name and creator_id/creator_name.
It would be helpful if the same was true for game_id and video_id, so we wouldn't have to resolve these by making additional requests.
game_name: the title of the game being played.
video_name: the title of the video (stream) that the clip came from.1 vote -
отключение Рейдов Добавьте возможность для зрителей отключать участие в рейдах. Невозможно смотреть в фоне, просто мерзость эти рейды. Я не хочу чтобы меня перебрасывало на левые каналы.
1 vote
- Don't see your idea?