859 results found
-
Add the stream category to the response body when fetching VODs it would be useful when grabbing the data of multiple VODs from a channel to have the category included with that data
you can infer the category of a VOD by using filters when fetching multiple VODs but can never be sure
if a streamer streams a new game/category, especially one that may be less common, the category can't really be inferred unless you actively monitor the streams which defeats the point of looking back at the VODs
2 votes -
Twitch Developer date/time format error On the following page: https://dev.twitch.tv/console/apps
The date and time is hardcoded as
MM/DD/Y, h:mm a
and does not reflect the locale chosen, but it is using my local timezone. So despite me having Swedish selected, it for example gives me: "06/05/2023, 03:42 pm" for 5 June 2023 at 15:42 UTC+2.On the following page: https://dev.twitch.tv/console/extensions
The date and time is using the long format with forced 12 hour time in the local format, but it is using my local timezone. So using Swedish, it for example gives me "5 juni 2023 3:42 em" for 5 June 2023 at 15:42 UTC+2.
…
1 vote -
Increase check automod status limits Currently the limits for the normal account type allow to check 12.5% strings per minute compared to just sending those via chat to test if they pass automod restrictions. This drops to 2.08% per hour. (This drops to 2.5%/min and 0.42%/hour if the ability to have VIPs is unlocked)
The current rate limit types also seem to assume that larger streams are affiliate and or partners which is not necessarily true as there's game publishers who hold game release streams with easily 50+ viewers while not being partner/affiliate and channels who have decent amounts of viewers but do not stream…
1 vote -
fgcrthbn It SUCKS there is so so much helpful information but non of it helps you make an extension just how put one up thats already been made
1 vote -
Embed player ads I'm wondering why Twitch play placeholder ads on embed player instead of the usual ads on Twitch platform. There are more ads played on embed player and even then it's just a placeholder so I don't understand what is the point of showing the ads.
1 vote -
Embedded VOD Chat If you embed a Live twitch broadcast on another website, it includes the chat along with it, which is great! But if you embed a VOD on another site, the chat is absent. Why? I see no reason why you wouldn't at least have an option for it in there! Let embedded VODs have their chats!
1 vote -
EventSub Hello World Without code samples/examples, I find the documentation minimally useful. I've got a clientid, clientsecret, appid, appsecret, token? Bearer token, eventsuburl, callbackurl, etc. While I appreciate you listing what RESPONSE might look like, it would be nice to see at least a basic "hello world" code sample. For example, since minimal auth (none?) is needed to subscribe for when a streamer goes live, it seems that would make a nice example of the overall flow.
1 vote -
Add endpoint to allow triggering Celebrations Alerts and with it "Celebrations" were introduced.
https://blog.twitch.tv/de-de/2023/05/17/celebrate-your-community-your-way-with-twitch-s-new-alerts/Therefore I was wondering if those Celebrations (or Alerts) will be made triggerable by some official Endpoint.
Something like a scope to request being able to trigger them likechannel:manage:celebrations
, and being able to trigger them with normal auth and descriptive body.
{
type:"rain",
area:"full",
intensity:1,
length:5
}
Just an example from my part.5 votes -
Add support for Alerts to be triggered by Third Party Developers As there now is a first-party Alerts System, TPD should be able to trigger said alerts or alerts with a custom payload as well. This allows external sources to show alerts that fit the Creator/Brand, all without requiring additional sources to be set up, taking up precious resources. (See also: External Donations and Tips or even Games)
33 votes -
BRUH! WHERE IS MY OAUTH TOKEN?
0 votes -
Undeclared Variable an undeclared variable:
function parseCommand(rawCommandComponent) {
let parsedCommand = null;
commandParts = rawCommandComponent.split(' ');should be "let commandParts = ..."
1 vote -
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.
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
- Don't see your idea?