forked from w3c/webrtc-nv-use-cases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
respec-config.js
51 lines (51 loc) · 1.42 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
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: [
],
wg: "Web Real-Time Communications Working Group",
wgURI: "https://www.w3.org/2011/04/webrtc/",
wgPublicList: "public-webrtc",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/47318/status",
issueBase: "https://github.com/w3c/webrtc-nv-use-cases/issues",
otherLinks: [
{
key: "Participate",
data: [
{
value: "Mailing list",
href: "https://lists.w3.org/Archives/Public/public-webrtc/"
},
{
value: "Browse open issues",
href: "https://github.com/w3c/webrtc-nv-use-cases/issues"
}
]
}
],
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": "26 June 2018 (work in progress)",
"publisher": "W3C"
}
}
}