-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Node-Samples] Update to botbuilder 3.5.1 #51
[Node-Samples] Update to botbuilder 3.5.1 #51
Conversation
- update to botbuilder 3.5.1 - other dependencies updated as well - added new Media Cards (AnimationCard, VideoCard, AudioCard)
- update to botbuilder 3.5.1 - other dependencies updated as well - README - remove step not reproducible in emulator
- update to botbuilder 3.5.1 - other dependencies updated as well - updated library usage to match v3.5 style
- update to botbuilder 3.5.1 - other dependencies updated as well - updated to LUIS v2 endpoint
… features * Update to botbuilder 3.5.1 * Sample syntax updated to v3.5 style * Replace address dialog with BotBuilder-Location control * Localization for ContosoFlowers * README updates
* [Node-ReceiveAttachment] Update to support MS Teams attachments * [Node] README updates on Microsoft Teams support
Hi @pcostantini, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
Conflicts: Node/intelligence-LUIS/.env
} | ||
return session.message.attachments.length > 0 && | ||
(session.message.attachments[0].contentType.indexOf('audio') === 0 || | ||
session.message.attachments[0].contentType === 'video/mp4' || // FB sends audio streams as MP4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though the code now allows processing of video/mp4 and audio/aac file formats as used in Facebook Messenger audio recordings and attachments, the Bing Speech API cannot handle these file formats and an error is returned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right! FB is re-encoding voice messages and audio attachments as MP4. Bing Speech API currently only supports WAV.
* Java: Update samples and generators to 4.14.0 (#3354) * Python: Removed msrest dependency from #54 * Java: Updated to 4.14.0 * Java: Updated generator to 4.14.0 * Python: Updated generator dependencies to latest SDK (#3358) * Python: Removed msrest dependency from #54 (#3352) * Java: Updated sample 51 Teams manifest to match dotnet
This reverts commit af5521a.
This reverts commit af5521a.
No description provided.