Example #1
0
 /**
  * @TODO at public API we cant upload thumb as link to file.
  * @TODO Because we must implement func of download source and send it to Rutuber API
  *
  * @param $videoId
  * @param $src
  * @return mixed
  * @throws \Exception
  */
 public function changeVideoThumb($videoId, $src)
 {
     throw new \Exception("Not implemented");
     return Request::changeVideoThumb($videoId, $src, $this->getToken(), $this->getSecure());
 }