Closed carlosramireziii closed 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.
POST /live-streams
simulcast_targets
SimulcastTarget
MuxRuby::CreateLiveStreamRequest
Thank you @carlosramireziii. We will take a look at this and get back to you!
Hey @carlosramireziii, this is fixed in 1.6.0 which I just released.
Thanks!
Per the API docs, the
POST /live-streams
endpoint should accept asimulcast_targets
parameter containing an array ofSimulcastTarget
objects. TheMuxRuby::CreateLiveStreamRequest
object does not seem to implement this behavior.