-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathrespec-config.js
76 lines (76 loc) · 2.18 KB
/
respec-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
var respecConfig = {
specStatus: "ED",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "https://w3c.github.io/webrtc-nv-use-cases/",
shortName: "webrtc-nv-use-cases",
editors: [
{ name: "Bernard Aboba", company: "Microsoft Corporation", w3cid: "65611" }
],
authors: [
],
group: "webrtc",
wgPublicList: "public-webrtc",
github: "https://github.com/w3c/webrtc-nv-use-cases",
noRecTrack: true,
otherLinks: [
{
key: "Participate",
data: [
{
value: "Mailing list",
href: "https://lists.w3.org/Archives/Public/public-webrtc/"
}
]
}
],
localBiblio: {
"CFC-One-Way": {
"title": "Summary of Call for Consensus on WebRTC-NV One-way media Use Cases (Section 3.10)",
"href": "https://lists.w3.org/Archives/Public/public-webrtc/2023Feb/0025.html",
"status": "7 February 2023",
"publisher": "W3C"
},
"CFC-Low-Latency": {
"title": "Summary of CfC on WebRTC-NV Low Latency Streaming Use Cases (Section 3.2)",
"href": "https://lists.w3.org/Archives/Public/public-webrtc/2023Jan/0062.html",
"status": "20 January 2023",
"publisher": "W3C"
},
"ORTC": {
"title": "Object RTC (ORTC) API for WebRTC",
"href": "https://w3c.github.io/ortc/",
"authors": [
"Robin Raymond"
],
"editors": [
"Bernard Aboba",
"Justin Uberti"
],
"status": "15 March 2021 (work in progress)",
"publisher": "W3C"
},
"WebRTC-Extensions": {
"title": "WebRTC Extensions",
"href": "https://w3c.github.io/webrtc-extensions",
"editors": [
"Bernard Aboba"
],
"status": "15 October 2023 (work in progress)",
"publisher": "W3C"
},
"MLS-ARCH": {
"title": "The Messaging Layer Security (MLS) Architecture",
"href": "https://datatracker.ietf.org/doc/html/draft-ietf-mls-architecture",
"authors": [
"B. Beurdouche",
"E. Rescorla",
"E. Omara",
"S. Inguva",
"A. Kwon",
"A. Duric"
],
"status": "19 August 2022. Internet Draft (work in progress)",
"publisher": "IETF"
},
}
}