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
We are providing a WebHook for Mux to give us updates on video uploads. We just added live streams to our platform. Now when a type of 'live_stream_completed' is sent to our WebHook, we get an error when .NET when it tries to parse the started_at property in the recorded_times.
The text was updated successfully, but these errors were encountered:
Hey @davidfekke - thank you for the PR and pointing this out. Unfortunately, this SDK is generated off of our open API spec, and the proposed changes are incompatible with our spec today and will cause issues in other places. We're working to migrate to a major rev of this (and other) SDKs that will handle this automatically, but unfortunately for today this SDK won't be able to parse webhook payloads.
We are providing a WebHook for Mux to give us updates on video uploads. We just added live streams to our platform. Now when a type of 'live_stream_completed' is sent to our WebHook, we get an error when .NET when it tries to parse the
started_at
property in therecorded_times
.The text was updated successfully, but these errors were encountered: