Skip to content

Commit

Permalink
Export symbols needed by encoded-transform
Browse files Browse the repository at this point in the history
Partial fix for #2881
  • Loading branch information
alvestrand committed Aug 17, 2023
1 parent 4eef5ab commit 4971cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3700,7 +3700,7 @@ <h2>
</li>
</ol>
<p>
The <dfn class="abstract-op">final steps to create an offer</dfn> given
The <dfn class="abstract-op" class="export">final steps to create an offer</dfn> given
<var>connection</var> and a promise <var>p</var> are as
follows:
</p>
Expand Down Expand Up @@ -3996,7 +3996,7 @@ <h2>
</li>
</ol>
<p>
The <dfn class="abstract-op">final steps to create an answer</dfn> given a
The <dfn class="abstract-op" class="export">final steps to create an answer</dfn> given a
promise <var>p</var> are as follows:
</p>
<ol class="algorithm">
Expand Down Expand Up @@ -10364,7 +10364,7 @@ <h2>
</li>
</ol>
<p>
The <dfn>list of implemented receive codecs</dfn>, given <var>kind</var>, is an
The <dfn class="export">list of implemented receive codecs</dfn>, given <var>kind</var>, is an
[=implementation-defined=] list of
{{RTCRtpCodecCapability}} dictionaries representing the most optimistic view of
the codecs the user agent supports for receiving media of the given
Expand Down

0 comments on commit 4971cdf

Please sign in to comment.