how to insertMedia in KDP3 as the same way in KDP2

3 replies [Last post]
Joined: 01/07/2010
Points: 4

in the kdp3 document, http://www.kaltura.org/demos/kdp3/docs.html
I can't find a right way to insert a new video to kdp3, can someone help me for this,
in kdp2 , it's like myKdp.insertMedia(entryId), and the documentation for kdp3 seems doesn't
mention exact way of using for the APIs.

any suggestion for this, thanks.

Joined: 01/07/2010
Points: 4

I find something like:
CHANGE_MEDIA (changeMedia): Start the init of change media macro commands

but how use this notification?

Joined: 05/14/2009
Points: 69

Try this

kdp.sendNotification("changeMedia",{entryId:'xxxxxxxx'})

Joined: 01/07/2010
Points: 4

great, thanks Mills