-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VIDEO-11239 Add Krisp Noise Cancellation (#750)
* add krisp * krisp implementation * ui * update UI * add marginRight to MuiSwitch for theme * move krisp state to useappstate * remove css from settings button on desktop * remove some padding from intro container * refactor device selection screen for noise cancellation * add tool tip * krisp logo and disabling track ui * refactor device selection screen * add krisp to device selection dialog * use krisp toggle useeffect * remove browser supporession * move toggle back to original spot * polish css * remove krisp sdk * move isKrispInstalled to useLocalTracks hook * remove unnecessary useEffect in useKrispToggle * fix switch button logic * fix flicker in UI for unsupported browsers * VIDEO-11239 Changes to make noise cancellation work. * VIDEO-11239 Updating twilio-video and CHANGELOG.md. * VIDEO-11239 UI changes. * VIDEO-11239 Prep for 0.8.0. * VIDEO-11239 Get current unit tests to pass. * VIDEO-11239 Updating twilio-video to 2.24.2. * VIDEO-11239 Make Krisp dependency optional. * VIDEO-11239 Fixing unit tests. * VIDEO-11239 s/suppression/cancellation/g in CHANGELOG.md. * VIDEO-11239 Update README section for noise cancellation. Co-authored-by: mmalavalli <mmalavalli@twilio.com>
- Loading branch information
1 parent
0246608
commit 26ecfa7
Showing
22 changed files
with
399 additions
and
64 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
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
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
Oops, something went wrong.