You are here

function KalturaClient::testNotification in Kaltura 5

Same name and namespace in other branches
  1. 6 kaltura_client/kaltura_client.php \KalturaClient::testNotification()

File

kaltura_client/kaltura_client.php, line 1726

Class

KalturaClient

Code

function testNotification($kalturaSessionUser) {
  $params = array();
  $result = $this
    ->hit("testnotification", $kalturaSessionUser, $params);
  return $result;
}