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

facingMode et al are non-nullable and cannot "return null". #796

Merged
merged 1 commit into from Sep 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions webrtc.html
Expand Up @@ -9371,14 +9371,14 @@ <h4>MediaTrackSupportedConstraints, MediaTrackCapabilities,
<code>MediaTrackSettings</code> is outlined in
[[!GETUSERMEDIA]]. However, the <code>MediaTrackSettings</code>
for a <code>MediaStreamTrack</code> sourced by a
<code><a>RTCPeerConnection</a></code> will only be populated to the
extent that data is supplied by means of the remote
<code><a>RTCPeerConnection</a></code> will only be populated with
members to the extent that data is supplied by means of the remote
<code><a>RTCSessionDescription</a></code> applied via
<code>setRemoteDescription</code> and the actual RTP data. This means
that certain settings, such as <code>facingMode</code>,
that certain members, such as <code>facingMode</code>,
<code>echoCancellation</code> , <code>latency</code>,
<code>deviceId</code> and <code>groupId</code>, will
always return null.</p>
always be missing.</p>
</section>
</section>
<section>
Expand Down