muxinc / mux-ruby

Official Mux API wrapper for ruby projects, supporting both Mux Data and Mux Video.
MIT License
51 stars 14 forks source link

Simulcast targets cannot be specified when creating a new live stream #21

Closed carlosramireziii closed 4 years ago

carlosramireziii commented 4 years ago

Per the API docs, the POST /live-streams endpoint should accept a simulcast_targets parameter containing an array of SimulcastTarget objects. The MuxRuby::CreateLiveStreamRequest object does not seem to implement this behavior.

dylanjha commented 4 years ago

Thank you @carlosramireziii. We will take a look at this and get back to you!

philcluff commented 4 years ago

Hey @carlosramireziii, this is fixed in 1.6.0 which I just released.

Thanks!