Add Smart Display sample#2649
Merged
compulim merged 35 commits intomicrosoft:masterfrom Dec 10, 2019
Merged
Conversation
corinagum
suggested changes
Dec 2, 2019
c6f9714 to
88d77fe
Compare
corinagum
reviewed
Dec 6, 2019
compulim
commented
Dec 6, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
reviewed
Dec 10, 2019
corinagum
approved these changes
Dec 10, 2019
Contributor
corinagum
left a comment
There was a problem hiding this comment.
Approved, pending comments :)
Co-Authored-By: Corina <[email protected]>
73 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Entry
Samples
Description
Add a new sample for composing Web Chat UI into a Smart Display.
This sample will be later updated to use Direct Line Speech channel.
Specific Changes
Moved
WebSpeechPonyfillpatching code from<BasicTranscript>to<Composer>WebSpeechPonyfill.Moved
<SayComposer>from<BasicTranscript>to<Composer><SpeakActivity>.Adopted the following packages because they do not provide ES5 builds. License will be keep in the source code.
[email protected][email protected]When running under a browser without Web Audio API support (e.g. IE11), will disable speech recognition and synthesis in Direct Line Speech and give warnings.
Added new sample for Direct Line Speech with ES5.
Added new Smart Display sample.
README.mdfor01.d