-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Explicit mode for Text preference user.
- Loading branch information
1 parent
6922c18
commit 149d8b6
Showing
8 changed files
with
80 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
export const micSupportConfig = { | ||
browser: { | ||
feedback: "Your browser does not support microphone", | ||
hint: "Try a different browser or type below and submit instead" | ||
}, | ||
device: { | ||
feedback: "Your device does not have a mic", | ||
hint: | ||
"Try using external mic and refresh the page or type and submit instead" | ||
}, | ||
browser: { | ||
feedback: "Your browser does not support microphone", | ||
hint: "Try a different browser or type below and submit instead" | ||
}, | ||
permission: { | ||
feedback: "You have disabled mic access", | ||
hint: | ||
"Try enabling your mic and refresh the page or type below and submit instead" | ||
} | ||
}, | ||
explicit: { | ||
feedback: "Like the old conventional way ?. Got you covered.", | ||
hint: | ||
"Type below and submit. You can try out the mic also by tapping here." | ||
}, | ||
}; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const INTRO_DURATION = 12500; | ||
export const INTRO_DURATION = 14000; |
This file contains 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
This file contains 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