Implementing server notification/ where is KalturaNotificationClient class?

1 reply [Last post]
Joined: 07/15/2010
Points: 14

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.

Joined: 07/15/2010
Points: 14

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.