You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/webrtc-encoded-transform.yml
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,30 @@ name: WebRTC encoded transform
2
2
description: The WebRTC encoded transform API allows you to modify audio and video streams in WebRTC connections. For example, it can be used for visual effects or custom codecs.
Copy file name to clipboardExpand all lines: features/webrtc-stats.yml
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,23 @@
1
-
draft_date: 2024-09-09
2
-
name: Identifiers for WebRTC's Statistics API
3
-
description: TODO
1
+
name: WebRTC statistics
2
+
description: The `RTCPeerConnection.getStats()`, `RTCRtpSender.getStats()`, and `RTCRtpReceiver.getStats()` methods return detailed information about the status, performance, network, and media for a given WebRTC connection.
0 commit comments