Skip to content
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

Merged
merged 25 commits into from
Jan 23, 2017

Conversation

pcostantini
Copy link
Contributor

No description provided.

pcostantini and others added 22 commits January 10, 2017 10:35
- 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
@azurecla
Copy link

Hi @pcostantini, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!
We will now validate the agreement and then real humans will evaluate your PR.

TTYL, AZPRBOT;

@ejadib
Copy link
Contributor

ejadib commented Jan 12, 2017

@Stevenic

}
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
Copy link

@weiligao weiligao Jan 15, 2017

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.

Copy link
Contributor Author

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.

@willportnoy willportnoy merged commit 4e30d50 into microsoft:master Jan 23, 2017
@pcostantini pcostantini deleted the node-samples-updates branch January 24, 2017 19:49
@clearab clearab mentioned this pull request Dec 17, 2020
tracyboehrer added a commit that referenced this pull request Jul 8, 2021
* 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
tracyboehrer added a commit that referenced this pull request Jul 8, 2021
tracyboehrer added a commit that referenced this pull request Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants