Commit 6760a002 authored by Harald Alvestrand's avatar Harald Alvestrand Committed by Commit Bot

Enable experimental WebRTC SVC feature

Spec: https://w3c.github.io/webrtc-svc/
Intent to implement: https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_source=footer#!msg/blink-dev/--ZpYlTo6LE/h0RzUIWkAAAJ
Chrome dashboard: https://www.chromestatus.com/feature/5769626174619648

Bug: 986069
Change-Id: Ia8f2cb90ec26eb83528f0f45acbc5ccbdf2ad030
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868989Reviewed-by: default avatarFlorent Castelli <orphis@chromium.org>
Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707916}
parent 6fa1de44
...@@ -1423,6 +1423,7 @@ ...@@ -1423,6 +1423,7 @@
// Spec: https://w3c.github.io/webrtc-svc/ // Spec: https://w3c.github.io/webrtc-svc/
{ {
name: "RTCSvcScalabilityMode", name: "RTCSvcScalabilityMode",
status: "experimental",
}, },
// Enables the use of |RTCConfiguration::sdpSemantics| to override the // Enables the use of |RTCConfiguration::sdpSemantics| to override the
// default SDP semantics at RTCPeerConnection construction. // default SDP semantics at RTCPeerConnection construction.
......
This is a testharness.js-based test.
FAIL Setting scalabilityMode to a legal value should be accepted assert_equals: expected (string) "L1T3" but got (undefined) undefined
FAIL Sender capabilities should include at least some scalability modes assert_true: expected true got false
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment