Skip to content

$video->create method is error #8

@inzaghi2006

Description

@inzaghi2006

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions