microsoft / microsoft/BotFramework-WebChat

React Native: Investigate speech support

Open
#3,350 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-react-native backlog p2
Dominant language
HTML
Stars
1.8k
Forks
1.6k
Avg merge
22h 58m
Merged PRs (30d)
2

Description

Background

Need investigations for cross-platform support on speech.

We might end up adopting Web Speech API since it is platform-neutral.

Code change

component/src/Dictation.js
// TODO: [P1] #3350 No /lib/, we need to move setDictateState from bf-wc-core (Redux) to React Context.
import useSetDictateState from 'botframework-webchat-api/lib/hooks/internal/useSetDictateState';

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Begin with component/src/Dictation.js and inspect the referenced useSetDictateState import and TODO. Determine the cross-platform speech-support approach, including whether the Web Speech API is suitable, and what moving setDictateState to React Context would require; done means a decided direction and clearly scoped next change.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.