Skip to content

Commit

Permalink
add WebRTC-specific interactions with capture/receive/RTP timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
handellm committed Dec 18, 2024
1 parent a74bce0 commit 1acc485
Showing 1 changed file with 48 additions and 46 deletions.
94 changes: 48 additions & 46 deletions webrtc-extensions.js
Original file line number Diff line number Diff line change
@@ -1,50 +1,52 @@
var respecConfig = {
"group": "webrtc",
github: {
repoURL: "https://github.com/w3c/webrtc-extensions/",
branch: "main"
},
"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": "RTP Header Extension for Absolute Capture Time",
"publisher": "WebRTC Project",
href: "https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/rtp-hdrext/abs-capture-time",
"status": "Experimental RTP Header Extension"
}
"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": "RTP Header Extension for Absolute Capture Time",
"publisher": "WebRTC Project",
href: "https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/rtp-hdrext/abs-capture-time",
"status": "Experimental RTP Header Extension"
}
},
"xref": ["webrtc", "hr-time", "mediacapture-streams", "webrtc-stats", "mediacapture-extensions"]
}

0 comments on commit 1acc485

Please sign in to comment.