Esempio n. 1
0
 /**
  * Approve the media entry and mark the pending flags (if any) as moderated (this will make the entry playable) 
  *
  * @action approve
  * @param string $entryId
  * 
  * @throws KalturaErrors::ENTRY_ID_NOT_FOUND
  */
 public function approveAction($entryId)
 {
     parent::approveEntry($entryId, KalturaEntryType::MEDIA_CLIP);
 }
 /**
  * Approve the entry and mark the pending flags (if any) as moderated (this will make the entry playable). 
  *
  * @action approve
  * @param string $entryId
  * 
  * @throws KalturaErrors::ENTRY_ID_NOT_FOUND
  */
 public function approveAction($entryId)
 {
     parent::approveEntry($entryId);
 }