When using a Callbackup for the "key" of a VideoClipObject, what is the right time to add the mediaobject to the VideoClipObject? Do I have to provide the MediaObject instantly or perhaps later on within the Callback-Call for the "key" value?
I'm asking to save api calls... Getting the right streaming url for a videoobject would be one more call. I would like to fetch the url only if the user asks to stream the videoclipobject.
Callbacks are perfect for this sort of thing. When doing that you probably also want to use the @indirect decorator and then return an IndirectResponse()