Skip to content

Commit

Permalink
Merge branch 'main' into carocao/screen
Browse files Browse the repository at this point in the history
  • Loading branch information
carocao-msft authored Oct 10, 2024
2 parents c6d6eb2 + 1fc916c commit e635d0d
Show file tree
Hide file tree
Showing 31 changed files with 456 additions and 500 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "prerelease",
"area": "feature",
"workstream": "DNS",
"comment": "We are excited to announce that the Azure Communication Services Web UI Library now supports Deep Noise Suppression. This feature enables noise suppression algorithms to filter out background noise, ensuring that only the speaker's voice is heard clearly. Developers can use this functionality today through our composites (e.g CallComposite, CallWithChatComposite). ",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions common/config/babel/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ module.exports = {
"remote-ufd",
// Feature for showing dtmp dialer by default
"dtmf-dialer-on-by-default",
// Deep Noise Suppression feature
"DNS",
// Feature for together mode
"together-mode"
],
Expand Down Expand Up @@ -94,6 +92,8 @@ module.exports = {
"notifications",
// Feature for tracking beta start call identifier
'start-call-beta',
// Deep Noise Suppression feature
"DNS",
// Soft Mute feature for ACS calls and Interop calls
"soft-mute"
]
Expand Down
11 changes: 0 additions & 11 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,6 @@
"@azure/communication-common": ["2.3.0"],
"@azure/communication-chat": ["1.6.0-beta.3"],
"@azure/communication-signaling": ["1.0.0-beta.27"],
"@storybook/addon-actions": ["^8.2.6"],
"@storybook/addon-controls": ["^8.2.6"],
"@storybook/addon-docs": ["^8.2.6"],
"@storybook/addon-essentials": ["^8.2.6"],
"@storybook/addon-links": ["^8.2.6"],
"@storybook/builder-webpack5": ["^8.2.6"],
"@storybook/components": ["^8.2.6"],
"@storybook/core-events": ["^8.2.6"],
"@storybook/node-logger": ["^8.2.6"],
"@storybook/react": ["^8.2.6"],
"@storybook/theming": ["^8.2.6"],
"typescript": [
// All projects should use this version by default
"5.3.3",
Expand Down
Loading

0 comments on commit e635d0d

Please sign in to comment.