Skip to content

Commit

Permalink
Merge pull request #1704 from w3c/otr-attrs-desc
Browse files Browse the repository at this point in the history
offerToReceive: Tweak attribute descriptions to be a bit more generic
  • Loading branch information
aboba committed Dec 21, 2017
2 parents 6b5e09a + fd7ce92 commit d411cd3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions webrtc.html
Expand Up @@ -3369,13 +3369,17 @@ <h2>Attributes</h2>
<dl data-link-for="RTCOfferOptions" data-dfn-for="RTCOfferOptions" class="dictionary-members">
<dt><dfn>offerToReceiveAudio</dfn> of type <span class="idlMemberType"><a>boolean</a></span></dt>
<dd>
<p>Ensure that audio can be received, regardless if audio is
<p>This setting provides additional control over the
directionality of audio. For example, it can be used to ensure
that audio can be received, regardless if audio is
sent or not.</p>
</dd>
<dt><dfn>offerToReceiveVideo</dfn> of type <span class="idlMemberType"><a>boolean</a></span></dt>
<dd>
<p>Ensure that video can be received, regardless if video is
sent or not.</p>
<p>This setting provides additional control over the
directionality of video. For example, it can be used to ensure
that video can be received, regardless if video is sent or
not.</p>
</dd>
</dl>
</section>
Expand Down

0 comments on commit d411cd3

Please sign in to comment.