We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When I call this methor from $video object, it throw syntax error .
$video = $vodSdk->video(); $newVideo = $video->create( [ 'title' => 'test upload 1', 'description' => '', 'file_id' => $uploadedFile['body']['file_id'], 'convert_mode' => 'auto', 'parallel_convert' => false, 'thumbnail_time' => 0,
], $channelId
);
I checked the Video class file and saw the syntax error, if you want, I can help to fix this issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I call this methor from $video object, it throw syntax error .
$video = $vodSdk->video();
$newVideo = $video->create(
[
'title' => 'test upload 1',
'description' => '',
'file_id' => $uploadedFile['body']['file_id'],
'convert_mode' => 'auto',
'parallel_convert' => false,
'thumbnail_time' => 0,
);
I checked the Video class file and saw the syntax error, if you want, I can help to fix this issue
The text was updated successfully, but these errors were encountered: