-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathwebrtc-extensions.js
More file actions
53 lines (53 loc) · 1.59 KB
/
webrtc-extensions.js
File metadata and controls
53 lines (53 loc) · 1.59 KB
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
var respecConfig = {
"group": "webrtc",
github: {
repoURL: "https://github.com/w3c/webrtc-extensions/",
branch: "main"
},
latestVersion: null,
"xref": ["html", "webidl", "webrtc", "hr-time", "mediacapture-streams", "webrtc-stats", "infra", "dom"],
"specStatus": "ED",
editors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURL: "http://example.com/" },
{ name: "Bernard Aboba", company: "Microsoft Corporation",
w3cid: "65611"
}
],
formerEditors: [
{ name: "Henrik Boström", company: "Google", w3cid: "96936", retiredDate: "2021-02-01" }
],
authors: [
],
wgPublicList: "public-webrtc",
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"
},
"CRYPTEX": {
"aliasOf": "RFC9335"
},
"RTP-EXT-CAPTURE-TIME": {
"title": "Absolute Capture Timestamp RTP header extension",
"href": "https://www.ietf.org/archive/id/draft-ietf-avtcore-abs-capture-time-00.html",
"authors": [
"H. Alvestrand"
],
"status": "6 February 2025. Internet Draft (work in progress)",
"publisher": "IETF"
}
}
}