Skip to content

Commit

Permalink
Merge pull request #2786 from jan-ivar/amendments
Browse files Browse the repository at this point in the history
add amendments for #2758
  • Loading branch information
jan-ivar authored Oct 20, 2022
2 parents 834d0a7 + 030fa5b commit a538016
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@
"type": "correction",
"status": "candidate",
"id": 13
},
{
"description": "Allow remote offer rid pruning of encodings through the client answer.",
"pr": 2758,
"difftype": "modify",
"type": "correction",
"status": "candidate",
"id": 22
}
],
"direction-set": [
Expand Down Expand Up @@ -258,5 +266,25 @@
"status": "candidate",
"id": 19
}
],
"overwrite-suitable-sendencodings": [
{
"description": "Allow remote offer rid pruning of encodings through the client answer.",
"pr": 2758,
"difftype": "modify",
"type": "correction",
"status": "candidate",
"id": 22
}
],
"answer-rejects-encodings": [
{
"description": "Allow remote offer rid pruning of encodings through the client answer.",
"pr": 2758,
"difftype": "modify",
"type": "correction",
"status": "candidate",
"id": 22
}
]
}
4 changes: 2 additions & 2 deletions base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@ <h5 id="x4-4-1-5-set-the-session-description"><bdi class="secno">4.4.1.5 </bdi>
<var>transceiver</var>, to represent the <a data-link-type="dfn" href="#dfn-media-description" class="internalDFN" id="ref-for-dfn-media-description-10">media description</a>.
</p>
</li>
<li class="needs-tests">
<li class="needs-tests" id="overwrite-suitable-sendencodings">
<p>
If a suitable transceiver was found
(<var>transceiver</var> is set) and
Expand Down Expand Up @@ -3071,7 +3071,7 @@ <h5 id="x4-4-1-5-set-the-session-description"><bdi class="secno">4.4.1.5 </bdi>
</p>
</li>
<li class="needs-tests">
<p>
<p id="answer-rejects-encodings">
If <var>description</var> rejects any of
the offered layers, then remove the
dictionaries that correspond to rejected
Expand Down
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ <h4>
media description =].
</p>
</li>
<li>
<li id="overwrite-suitable-sendencodings">
<p>
If a suitable transceiver was found
(<var>transceiver</var> is set), and
Expand Down Expand Up @@ -2466,7 +2466,7 @@ <h4>
</p>
</li>
<li>
<p>
<p id="answer-rejects-encodings">
If <var>description</var> is missing any of
the previously negototiated layers, then
remove the dictionaries that correspond to
Expand Down

0 comments on commit a538016

Please sign in to comment.