List live streams: orderBy fix and simulcast targets in the response
List live streams: orderBy fix and simulcast targets in the response
Back to Changelog
Two fixes have shipped for the list live streams endpoint.
orderBy(alongsidelimitandoffset) was already supported on the endpoint, butorderByhad a bug that produced incorrect ordering in certain cases. Sorting now returns results in the expected order.- The list response previously did not include simulcast targets for streams that had them configured. The response now includes the
simulcastTargetsfor each live stream, so you can render the full multi-destination configuration without making a follow-up call per stream.
These are backwards-compatible fixes — existing clients keep working — but if you build dashboards or admin UIs over live streams, you should now see the correct ordering and the simulcast configuration directly in the list payload.