forked from w3c/webrtc-nv-use-cases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
respec-config.js
60 lines (60 loc) · 1.58 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
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: {
"IANA-STUN-6": {
"title": "STUN Error Codes",
"href": "https://www.iana.org/assignments/stun-parameters/stun-parameters.xhtml#stun-parameters-6",
"publisher": "IANA"
},
"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"
},
"MLS-ARCH": {
"title": "The Messaging Layer Security (MLS) Architecture",
"href": "https://datatracker.ietf.org/doc/html/draft-ietf-mls-architecture",
"authors": [
"E. Omara",
"B. Beurdouche",
"E. Rescorla",
"S. Inguva",
"A. Kwon",
"A. Duric"
],
"status": "08 March 2021. Internet Draft (work in progress)",
"publisher": "IETF"
},
}
}