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