Example #1
0
 /**
  * @param $videoId
  * @param $timestamp
  * @return mixed
  */
 public function changeVideoPublicationDatetime($videoId, $timestamp)
 {
     $params = ['video' => $videoId, 'timestamp' => $timestamp];
     return Request::changeVideoPublicationDatetime($params, $this->getToken(), $this->getSecure());
 }