Create a space broadcast
POST {{baseUrl}}/video/v1/spaces/:SPACE_ID/broadcasts
Creates a new broadcast. Broadcasts are used to create composited versions of your space, which can be broadcast to live streams. Note: By default only a single broadcast destination can be specified. Contact Mux support if you need more.
Request Body
{"live_stream_id"=>"GQ9025mPqzyjOy3kKQW006qKTqmULW9vFO"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"id":"uylLl3WuQ54CwqUB9UHySxnN66sqKue5","live_stream_id":"GQ9025mPqzyjOy3kKQW006qKTqmULW9vFO","resolution":"1920x1080","layout":"gallery","status":"idle"}}