How to Create a VideoPost with text content

I am using the following code:

PostRepository.createVideoPost({
    targetId: postData.communityId,
    targetType: PostTargetType.CommunityFeed,
    text: postData.postText,
    videoIds: [postData.videoFileId]
});

However I do not see any text in the post… is there a way to do this?

Hi @coinchasers Are there any errors come up on ?

No errors when posting.

@amitysupport is this normal?

Hi @coinchasers sorry for late response, our team is checking on this and we will keep you posted on the progress :blush::pray:

Hello @coinchasers ,sorry for the delay, we have released the fix, please let me know if you’re still facing the issue.