Skip to content

Commit

Permalink
Merge pull request #2352 from henbos/191107_RemoveVoiceActivityDetection
Browse files Browse the repository at this point in the history
Remove voiceActivityFlag from RTCOfferAnswerOptions
  • Loading branch information
henbos committed Nov 7, 2019
2 parents ac9ac9f + 67c54de commit 467fa36
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<ul>
<li>The <code>oauth</code> value of <code><a>RTCIceCredentialType</a></code> and the
<code><a>RTCOAuthCredential</a></code> dictionary.</li>
<li>The <code>voiceActivityDetection</code> member of the <code><a>RTCOfferAnswerOptions</a></code> dictionary.</li>
<li>The <code>getDefaultIceServers</code> method of <code><a>RTCPeerConnection</a></code>.</li>
<li>The <code><a>RTCPriorityType</a></code> enum and the <code>priority</code> member of the
<code><a>RTCRtpSendParameters</a></code> dictionary.</li>
Expand Down Expand Up @@ -654,33 +653,12 @@ <h4>Offer/Answer Options</h4>
the offer/answer creation process.</p>
<div>
<pre class="idl"
>dictionary RTCOfferAnswerOptions {
boolean voiceActivityDetection = true;
};</pre>
>dictionary RTCOfferAnswerOptions {};</pre>
<section>
<h2>Dictionary <dfn>RTCOfferAnswerOptions</dfn>
Members</h2>
<dl data-link-for="RTCOfferAnswerOptions" data-dfn-for=
"RTCOfferAnswerOptions" class="dictionary-members">
<dt><dfn data-idl><code>voiceActivityDetection</code></dfn> of type
<span class="idlMemberType">boolean</span>, defaulting to
<code>true</code></dt>
<dd>
<p>Many codecs and systems are capable of detecting "silence"
and changing their behavior in this case by doing things such
as not transmitting any media. In many cases, such as when
dealing with emergency calling or sounds other than spoken
voice, it is desirable to be able to turn off this behavior.
This option allows the application to provide information about
whether it wishes this type of processing enabled or
disabled.</p>
<div class="issue atrisk">
<p>Support for the <code>voiceActivityDetection</code> attribute of
<code><a>RTCOfferAnswerOptions</a></code> is marked
as a feature at risk, since there is no clear
commitment from implementers.</p>
</div>
</dd>
</dl>
</section>
</div>
Expand Down

0 comments on commit 467fa36

Please sign in to comment.