RTCRtpTransceiver: introduce header extension control. #26952
Merged
+219
−0
Conversation
The review process for this patch is being conducted in the Chromium project. |
e803b93
to
1b50d26
b3f2a34
to
e4bdadd
This change exposes header extension control following spec details in https://w3c.github.io/webrtc-extensions/#rtcrtptransceiver-interface. Note: support for signalling directionality of header extensions in the SDP isn't implemented yet. https://chromestatus.com/feature/5680189201711104. Intent to prototype: https://groups.google.com/a/chromium.org/g/blink-dev/c/65YdUi02yZk Bug: 1051821 Change-Id: I7770fff0ebbab7ca316b811cf88da32bf5cc580c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597315 Commit-Queue: Markus Handell <handellm@google.com> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#843998}
e4bdadd
to
1016ad7
3d93078
into
master
17 of 20 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
This change exposes header extension control following spec details in
https://w3c.github.io/webrtc-extensions/#rtcrtptransceiver-interface.
Note: support for signalling directionality of header extensions
in the SDP isn't implemented yet.
https://chromestatus.com/feature/5680189201711104.
Intent to prototype: https://groups.google.com/a/chromium.org/g/blink-dev/c/65YdUi02yZk
Bug: 1051821
Change-Id: I7770fff0ebbab7ca316b811cf88da32bf5cc580c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597315
Commit-Queue: Markus Handell <handellm@google.com>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843998}