Skip to content

Commit

Permalink
Document status of a few WebRTC repos (incl addition of webrtc-ice) (#88
Browse files Browse the repository at this point in the history
)

* Add WebRTC ICE spec
Some implementation interest, although Chrome OT concluded without clear
next steps at the moment:
https://www.chromestatus.com/features/6276032524976128
https://bugs.chromium.org/p/chromium/issues/detail?id=874296

* Mark webrtc-extensions as a spec to monitor
Not a fullfledged spec at the moment

* Mark WebRTC Provisional Stats as ignorable
Only temporary holders for pre-consensus stats
  • Loading branch information
dontcallmedom authored Jun 16, 2020
1 parent f6e27bd commit 9bfebbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"https://w3c.github.io/web-nfc/",
"https://w3c.github.io/web-share-target/",
"https://w3c.github.io/webappsec-trusted-types/dist/spec/",
"https://w3c.github.io/webrtc-ice/",
"https://w3c.github.io/webrtc-insertable-streams/",
"https://webbluetoothcg.github.io/web-bluetooth/",
"https://wicg.github.io/background-fetch/",
Expand Down
3 changes: 3 additions & 0 deletions src/data/ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
},
"w3c/webappsec-uisecurity": {
"comment": "no longer worked on"
},
"w3c/webrtc-provisional-stats": {
"comment": "pre-landing spec for proposals - actual stats gets integrated into webrtc-stats"
}
},
"specs": {
Expand Down
4 changes: 4 additions & 0 deletions src/data/monitor-repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"comment": "no spec yet",
"lastreviewed": "2020-06-11"
},
"w3c/webrtc-extensions": {
"comment": "a kitchen-sink delta spec for now - might lead to a new integrated webrtc NV spec",
"lastreviewed": "2020-06-16"
},
"WICG/webmonetization": {
"comment": "Early exploration phase; spec at https://webmonetization.org/specification.html",
"lastreviewed": "2020-06-16"
Expand Down

0 comments on commit 9bfebbd

Please sign in to comment.