Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete webhook payload for video.asset.track.ready event #540

Open
nwaughachukwuma opened this issue Jan 12, 2025 · 0 comments
Open

Comments

@nwaughachukwuma
Copy link

nwaughachukwuma commented Jan 12, 2025

Mux Webhook is returning incorrect payload object for video.asset.track.ready event, and inconsistent with what's written in the following link - https://www.mux.com/docs/webhook-reference

{
  "body":  {
     "type": "video.asset.track.ready", 
     "request_id": null,
     "object": {
         "type": "track", "id": "objectId"
      }
}

This is critical because it's breaking my app and we aren't capturing asset tracks

P.S. data.passthrough should be present in the webhook payload too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant