Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
I'm looking at trying to set up a server notification process on our end for when content is updated or added to Kaltura. According to the Kaltura documentation here
http://corp.kaltura.com/wiki/index.php/Guides:Process_a_Notification#How...
you should use the KalturaNotificationClient class to create a notification object. But I don't see this class defined in the PHP API files that I downloaded. Has anyone else run into this problem?
Are there multiple API libraries for PHP depending on what you're trying to implement?
Thanks.
The creation of the object and validation of it are based on the notes from the Guide to processing a notification
http://corp.kaltura.com/wiki/index.php/Guides:Process_a_Notification#Wha...
In there is a code snippet of the KalturaNotificationClient class, which I assumed was part of the Kaltura API download. But it appears not to be. So you just have to copy the code from this page and create your own file to put it in.