Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove voiceActivityFlag from RTCOfferAnswerOptions #2352

Merged
merged 1 commit into from
Nov 7, 2019
Merged

Remove voiceActivityFlag from RTCOfferAnswerOptions #2352

merged 1 commit into from
Nov 7, 2019

Conversation

henbos
Copy link
Contributor

@henbos henbos commented Nov 7, 2019

Fixes #2349


Preview | Diff

>dictionary RTCOfferAnswerOptions {
boolean voiceActivityDetection = true;
};</pre>
>dictionary RTCOfferAnswerOptions {};</pre>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: After this PR there is a single reference to voiceActivityDetection that still remains: The one inside of "dtx" attribute definition which is removed in #2351. Not touching it here avoids a merge conflict. But if that PR does not land this PR need to be updated to remove that reference.

@henbos henbos merged commit 467fa36 into w3c:master Nov 7, 2019
sideshowbarker added a commit to w3c/browser-compat-data that referenced this pull request Jan 25, 2020
w3c/webrtc-pc#2352 removed the
voiceActivityDetection member from the RTCRtcpMuxPolicy interface.
w3c/webrtc-pc@467fa36

So, this change marks voiceActivityDetection as deprecated and
non-standard-track.
sideshowbarker added a commit to w3c/browser-compat-data that referenced this pull request Jan 25, 2020
w3c/webrtc-pc#2352 removed the
voiceActivityDetection member from the RTCOfferAnswerOptions interface.
w3c/webrtc-pc@467fa36

So, this change marks voiceActivityDetection as deprecated and
non-standard-track.
queengooborg pushed a commit to mdn/browser-compat-data that referenced this pull request Jan 26, 2020
w3c/webrtc-pc#2352 removed the
voiceActivityDetection member from the RTCOfferAnswerOptions interface.
w3c/webrtc-pc@467fa36

So, this change marks voiceActivityDetection as deprecated and
non-standard-track.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove VoiceActivityDetection
3 participants