diff --git a/webrtc.html b/webrtc.html index 8ea782f90..49e6967a1 100644 --- a/webrtc.html +++ b/webrtc.html @@ -10177,7 +10177,7 @@

Attributes

"attributes">
dtmf of type {{RTCDTMFSender}}, readonly, nullable
-
+

On getting, the {{dtmf}} attribute returns the value of the [[\Dtmf]] internal slot, which represents a {{RTCDTMFSender}} which can be used to send DTMF, or @@ -10408,11 +10408,11 @@

Constructors

Attributes

-
+
tone of type DOMString, readonly
-

The {{tone}} attribute contains the +

The {{tone}} attribute contains the character for the tone (including ",") that has just begun playout (see {{RTCDTMFSender/insertDTMF}} ). If the value is the empty string, it indicates that the @@ -10436,7 +10436,7 @@

Dictionary RTCDTMFToneChangeEventInit "idlMemberType">DOMString, defaulting to ""
-

The {{tone}} attribute contains the +

The {{tone}} attribute contains the character for the tone (including ",") that has just begun playout (see {{RTCDTMFSender/insertDTMF}} ). If the value is the empty string, it indicates that the @@ -10697,7 +10697,7 @@

The stats selection algorithm

Let result be an empty {{RTCStatsReport}}. -
  • If selector is null, gather stats for the +
  • If selector is null, gather stats for the whole connection, add them to result, return result, and abort these steps.