Skip to content

Commit

Permalink
Added note about potential need for making credential a union
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Jan 6, 2020
1 parent b7ad956 commit 59ab0a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webrtc.html
Expand Up @@ -313,6 +313,9 @@ <h2>Dictionary {{RTCIceServer}} Members</h2>
{{credential}} is a DOMString, and represents a
long-term authentication password, as described in
[[!RFC5389]], Section 10.2.</p>
<p class="note">To support additional values of
{{credentialType}} in future, {{credential}} may need to be
re-defined as a union.</p>
</dd>
<dt><dfn data-idl>credentialType</dfn> of type <span class=
"idlMemberType">{{RTCIceCredentialType}}</span>, defaulting to
Expand Down

0 comments on commit 59ab0a4

Please sign in to comment.