You are here

function KalturaClient::testNotification in Kaltura 6

Same name and namespace in other branches
  1. 5 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;
}