From cef1456ac8a882b326f744b33877974ce6a1b11c Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Wed, 27 Mar 2024 14:51:25 +0100 Subject: [PATCH] Make RTP Header Extension for Absolute Capture Time an explicit ref see also #201 --- index.html | 21 ++++----------------- webrtc-extensions.js | 8 +++++++- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index b2a400f..6639a58 100644 --- a/index.html +++ b/index.html @@ -54,26 +54,13 @@

Introduction

Terminology

The following terms are defined in - RTP Header Extension for Absolute Capture Time: + RTP Header Extension for Absolute Capture Time:

-

The process of chaining an operation to an operations chain is defined in [[WEBRTC]] Section 4.4.1.2.

-

- The {{EventHandler}} interface, representing a callback used for event handlers, is defined in [[!HTML]]. -

-

- The concepts [= queue a task =] and [= networking task source =] are defined in [[!HTML]]. -

-

- The concept [= fire an event =] is defined in [[!DOM]]. -

-

- The terms [= event =], [= event handlers =] and [= event handler event types =] are defined in [[!HTML]]. -

The process of forming a candidate pair is defined in [[RFC8445]] Section 6.1.2.2. diff --git a/webrtc-extensions.js b/webrtc-extensions.js index b755faa..bc991a0 100644 --- a/webrtc-extensions.js +++ b/webrtc-extensions.js @@ -43,6 +43,12 @@ var respecConfig = { }, "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" + } } }