Skip to content
Discussion options

You must be logged in to vote

The file type could not be determined by the internal logic: pass the content type as follows

`
msg.payload = {
type: 'video',
content: msg.payload,
chatId: ...,
fileOptions : {
contentType: 'video/mp4'
}
}

return [msg];
`

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by windkh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants