Skip to content

Commit

Permalink
Missed two
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Jul 17, 2019
1 parent 2e74362 commit bbfa123
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,11 @@ <h4><dfn>RTCBundlePolicy</dfn> Enum</h4>
the remote endpoint is bundle-aware, all media tracks and data channels
are bundled onto the same transport.</p>
<div>
<pre id="target-bundle-policy" class="idl">enum RTCBundlePolicy {
"balanced",
"max-compat",
"max-bundle"
<pre id="target-bundle-policy" class="idl"
>enum RTCBundlePolicy {
"balanced",
"max-compat",
"max-bundle"
};</pre>
<table data-link-for="RTCBundlePolicy" data-dfn-for="RTCBundlePolicy"
class="simple">
Expand Down Expand Up @@ -584,10 +585,11 @@ <h4><dfn>RTCRtcpMuxPolicy</dfn> Enum</h4>
RtcpMuxPolicy affects what ICE candidates are gathered to support
non-multiplexed RTCP.</p>
<div>
<pre id="target-rtcp-mux-policy" class="idl">enum RTCRtcpMuxPolicy {
// At risk due to lack of implementers' interest.
"negotiate",
"require"
<pre id="target-rtcp-mux-policy" class="idl"
>enum RTCRtcpMuxPolicy {
// At risk due to lack of implementers' interest.
"negotiate",
"require"
};</pre>
<table data-link-for="RTCRtcpMuxPolicy" data-dfn-for=
"RTCRtcpMuxPolicy" class="simple">
Expand Down

0 comments on commit bbfa123

Please sign in to comment.