Skip to content

Commit

Permalink
Clarify initial remote offer handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Oct 11, 2019
1 parent 029927e commit bead577
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions webrtc.html
Expand Up @@ -1660,12 +1660,13 @@ <h4>Set the RTCSessionDescription</h4>
<var>description</var> is set here for the purpose of
ensuring the remaining algorithm fires events to reflect
the rolled back state. The special case of rolling back
an initial offer is handled immediately below. Only
offers can be rolled back.
an initial remote offer is handled immediately below.
Only offers can be rolled back.
</div>
</li>
<li>
<p>If <var>description</var> is now <code>null</code> then
<p>If <var>description</var> is now <code>null</code>
and <var>remote</var> is <code>true</code>, then
for each <code><a>RTCRtpTransceiver</a></code>,
<var>transceiver</var>, that is associated with a
<a>media description</a> in
Expand Down

0 comments on commit bead577

Please sign in to comment.