Skip to content

Commit

Permalink
Remove auto-check functionality for Echo Reduction. (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarz committed Nov 23, 2021
1 parent 7c6ddb5 commit 4311c99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demos/browser/app/meetingV2/meetingV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ export class DemoMeetingApp
this.enableWebAudio = (document.getElementById('webaudio') as HTMLInputElement).checked;
this.usePriorityBasedDownlinkPolicy = (document.getElementById('priority-downlink-policy') as HTMLInputElement).checked;
this.echoReductionCapability = (document.getElementById('echo-reduction-capability') as HTMLInputElement).checked;
if (this.echoReductionCapability) {
(document.getElementById('add-voice-focus') as HTMLInputElement).checked = true;
this.enableVoiceFocus = (document.getElementById('add-voice-focus') as HTMLInputElement).checked;
}

const chosenLogLevel = (document.getElementById('logLevelSelect') as HTMLSelectElement).value;
switch (chosenLogLevel) {
Expand Down
1 change: 1 addition & 0 deletions docs/modules/amazonvoice_focus.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ <h2>What is Echo Reduction?</h2>
</a>
<p>Echo reduction helps keep echoes—sounds from a user’s loudspeaker that get picked up by their microphone—from circulating back into meeting audio and bringing discussions to a standstill. The echo reduction feature is available in conjunction with the noise reduction provided by Amazon Voice Focus.</p>
<p>Echo reduction is enabled at the meeting level when you call the CreateMeeting or CreateMeetingWithAttendees APIs. Enabling the feature this way allows others who join the meeting to enable echo reduction as desired.</p>
<p>The feature is integrated into the <code>browser</code> demo application. To try it out, launch the demo with <code>npm run start</code>, choose “Web Audio” and “Use Echo Reduction (new meetings only)” on the first screen, then either check the “Voice Focus” box in the lobby view, or click “Voice Focus” in the device picker after joining the meeting.</p>
<p>Amazon Chime Echo Reduction is a premium feature, please refer to the <a href="https://aws.amazon.com/chime/pricing/#Chime_SDK_">Pricing</a> page for details.</p>
<a href="#amazon-voice-focus-on-the-web" id="amazon-voice-focus-on-the-web" style="color: inherit; text-decoration: none;">
<h2>Amazon Voice Focus on the web</h2>
Expand Down
2 changes: 2 additions & 0 deletions guides/09_Amazon_Voice_Focus.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Echo reduction helps keep echoes—sounds from a user’s loudspeaker that get p

Echo reduction is enabled at the meeting level when you call the CreateMeeting or CreateMeetingWithAttendees APIs. Enabling the feature this way allows others who join the meeting to enable echo reduction as desired.

The feature is integrated into the `browser` demo application. To try it out, launch the demo with `npm run start`, choose “Web Audio” and “Use Echo Reduction (new meetings only)” on the first screen, then either check the “Voice Focus” box in the lobby view, or click “Voice Focus” in the device picker after joining the meeting.

Amazon Chime Echo Reduction is a premium feature, please refer to the [Pricing](https://aws.amazon.com/chime/pricing/#Chime_SDK_) page for details.

## Amazon Voice Focus on the web
Expand Down

0 comments on commit 4311c99

Please sign in to comment.