forked from w3c/webrtc-pc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make common RTCOfferAnswerOptions class.
- Loading branch information
1 parent
d3e4b54
commit 90af82e
Showing
1 changed file
with
16 additions
and
19 deletions.
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
Note that by providing a default value of true, we remove the ability of the UA to distinguish users who desire voiceActivityDetection from users who don't care. In other words: this removes any UA-specific default of AUTO, and effectively mandates that if a UA is capable of such features, then it MUST enable them by default whether the user has requested them or not (i.e. unless the user explicitly turns it off). This may be fine, I just wanted to put it out there. Are such features cost-free even on mobile devices?
Whoops, just realized this wasn't actually a net change of this PR. Nm.