microsoft / microsoft/BotFramework-WebChat
React Native: Investigate speech support
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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