Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WebRTC group #1107

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features/webrtc-encoded-transform.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: WebRTC encoded transform
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.
spec: https://w3c.github.io/webrtc-encoded-transform/
group: webrtc
status:
baseline: false
support:
Expand Down
1 change: 1 addition & 0 deletions features/webrtc-encoded-transform.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: WebRTC encoded transform
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.
spec: https://w3c.github.io/webrtc-encoded-transform/
group: webrtc
compat_features:
- api.DedicatedWorkerGlobalScope.rtctransform_event
- api.RTCEncodedAudioFrame
Expand Down
1 change: 1 addition & 0 deletions features/webrtc-sctp.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: WebRTC SCTP information
description: The `sctp` object on `RTCPeerConnection` represents the negotiated SCTP transport. SCTP (Stream Control Transmission Protocol) is the protocol that `RTCDataChannel` uses.
spec: https://w3c.github.io/webrtc-pc/#rtcsctptransport-interface
group: webrtc
status:
baseline: low
baseline_low_date: 2023-05-09
Expand Down
1 change: 1 addition & 0 deletions features/webrtc-sctp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: WebRTC SCTP information
description: The `sctp` object on `RTCPeerConnection` represents the negotiated SCTP transport. SCTP (Stream Control Transmission Protocol) is the protocol that `RTCDataChannel` uses.
spec: https://w3c.github.io/webrtc-pc/#rtcsctptransport-interface
group: webrtc
compat_features:
- api.RTCPeerConnection.sctp
- api.RTCSctpTransport
Expand Down
1 change: 1 addition & 0 deletions features/webrtc.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: WebRTC
description: The WebRTC API establishes real-time communication channels directly between browsers. It is commonly used in video conferencing applications.
spec: https://w3c.github.io/webrtc-pc/
group: webrtc
caniuse: rtcpeerconnection
status:
baseline: high
Expand Down
1 change: 1 addition & 0 deletions features/webrtc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: WebRTC
description: The WebRTC API establishes real-time communication channels directly between browsers. It is commonly used in video conferencing applications.
spec: https://w3c.github.io/webrtc-pc/
group: webrtc
caniuse: rtcpeerconnection
# The WebRTC API is huge and has been evolving for over a decade. These are
# central interfaces that result in the right computed status (matching caniuse)
Expand Down
2 changes: 2 additions & 0 deletions groups/webrtc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://w3c.github.io/webrtc-pc/ and the many related specs.
name: WebRTC
Loading