Skip to content

$video->create method is error #8

Open
inzaghi2006 opened this issue Mar 24, 2021 · 0 comments
Open

$video->create method is error #8

inzaghi2006 opened this issue Mar 24, 2021 · 0 comments

Comments

@inzaghi2006
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant