Skip to content

Commit

Permalink
Add warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2018
1 parent b13ebd4 commit a5c164e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export default async function ({
subscriptionKey,
textNormalization
}) {
console.warn('Web Chat: Cognitive Services Speech Services support is current in preview. If you encounter any problems, please file us an issue at https://github.com/Microsoft/BotFramework-WebChat/issues/.');

const ponyfill = await createPonyfill({
authorizationToken,
region,
Expand Down

0 comments on commit a5c164e

Please sign in to comment.