API to get Muting information about VODs
Please provide an API and/or webhook/event sub
That provides information about if a VOD/clip/other content is muted
We will need the start/end time slots for each muting on the content
6
votes

-
Adminecressey (Admin, Twitch) commented
Hi Barry, thank you for the feature request. A month or so ago, we updated the response for Get Videos to include muted segments. Does that satisfy your use case?
-
BarryCarlyon commented
It would be nice if a "reason" for muting could be provided
Payload
{
video_id: x,
segments: [
{
start: 100,
end: 200,
reason: "Copyright music"
}
]
}Start/end are offsets in seconds from Video start