-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add voiceactivity action. This change adds support for the voice activity detection (VAD) feature for microphones. It allows application to show a notification when user is speaking but MediaStreamTrack is muted. * Add an example and restrict audio source to be micrphone. * Call setMicrophoneActive(true) if user allows to unmute. * Add a note for voice activity explanation. * Address comments. * Update the condition when UA may ignore voiceactivity. MediaStreamTrack.muted is a readonly attribute. Replace it with enabled, which can be set by the application. * Add some wording for live microphone tracks and some minor fixes.
- Loading branch information
Showing
1 changed file
with
50 additions
and
1 deletion.
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