Hello I was searching, I found solution by changing $params default array to this
$params = array
(
'title' => 'title example',
'description' => 'description example',
'tags' => array
(
'tag1',
'tag2'
),
'status' => 'private',
'category' => '1',
'video_path' => 'example.webm'
);