From 5c3f143596b4820169d5280128e969bfcba6f023 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Thu, 8 Aug 2019 09:59:30 -0400 Subject: [PATCH] Mark RTCDataChannel/RTCRtpSendParameters.priority as "feature at risk" --- webrtc.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/webrtc.html b/webrtc.html index bd1c6f8e0..f37d4bc1a 100644 --- a/webrtc.html +++ b/webrtc.html @@ -5099,6 +5099,11 @@

RTCPriorityType Enum

overall user experience is obtained by lowering the priority of things that are not as important rather than raising the priority of the things that are.

+
+

Support for the RTCPriorityType enum is marked as a + feature at risk, since there is no clear commitment from implementers. +

+

Certificate Management

@@ -6890,6 +6895,12 @@

Dictionary RTCRtpSendParameters Members

in [[!RTCWEB-TRANSPORT]], Section 4. The user agent is free to sub-allocate bandwidth between the encodings of an RTCRtpSender.

+
+

Support for the priority member of the + RTCRtpSendParameters dictionary is marked as a + feature at risk, since there is no clear commitment from + implementers.

+
@@ -10263,6 +10274,13 @@

Attributes

by the user agent at channel creation time. On getting, the attribute MUST return the value of the [[\DataChannelPriority]] slot.

+
+

Support for the priority attribute of the + RTCDataChannel interface and its corresponding + [[\DataChannelPriority]] internal slot are marked as a + feature at risk, since there is no clear commitment from + implementers.

+
readyState of type RTCDataChannelState, readonly
@@ -10563,6 +10581,12 @@

Dictionary RTCDataChannelInit Members

low

Priority of this channel.

+
+

Support for the priority member of the + RTCDataChannelInit dictionary is marked as a + feature at risk, since there is no clear commitment from + implementers.

+