{ "event": "media.complete", "body": { "status": "complete", "media_id": "<string>", "media_url": "https://storage.xyz/media.mp4", "media_info": { "type": "video", "duration_ms": 123, "fps": 123, "frame_count": 123, "width": 123, "height": 123, "channels": 123 } } }
body:
The schema is of type object.
object
Was this page helpful?