Closed FragLegs closed 6 months ago
This PR addressed issue #135 by adding stream_id to the response of a GET request for stream status. The response for a POST request already includes stream_id and it makes implementations easier if the GET and POST requests return the same object.
stream_id
This PR addressed issue #135 by adding
stream_id
to the response of a GET request for stream status. The response for a POST request already includesstream_id
and it makes implementations easier if the GET and POST requests return the same object.