You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In updateMultiviewForPipeline() the PUT to .../pipelines/${pipelineUUID}/multiviews/${multiviewId} does not include the audio_levels attribute, only the views. This leads to the audio_levels defaulting to true which is not always the desired outcome.
The text was updated successfully, but these errors were encountered:
In
updateMultiviewForPipeline()
the PUT to.../pipelines/${pipelineUUID}/multiviews/${multiviewId}
does not include theaudio_levels
attribute, only theviews
. This leads to theaudio_levels
defaulting totrue
which is not always the desired outcome.The text was updated successfully, but these errors were encountered: