Ejemplo n.º 1
0
 /**
  * Reject the media entry and mark the pending flags (if any) as moderated (this will make the entry non playable)
  *
  * @action reject
  * @param string $entryId
  * 
  * @throws KalturaErrors::ENTRY_ID_NOT_FOUND
  */
 public function rejectAction($entryId)
 {
     parent::rejectEntry($entryId, KalturaEntryType::MEDIA_CLIP);
 }
 /**
  * Reject the entry and mark the pending flags (if any) as moderated (this will make the entry non-playable).
  *
  * @action reject
  * @param string $entryId
  * 
  * @throws KalturaErrors::ENTRY_ID_NOT_FOUND
  */
 public function rejectAction($entryId)
 {
     parent::rejectEntry($entryId);
 }