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?