From 5b037b9402f5ffef0fffc7046626a015105e36b8 Mon Sep 17 00:00:00 2001 From: Youenn Fablet Date: Mon, 29 Jan 2024 10:39:49 +0100 Subject: [PATCH] Add a note stating that audio MediaStreamTrackProcessor has not reached consensus --- index.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.bs b/index.bs index b6b222a..1739475 100644 --- a/index.bs +++ b/index.bs @@ -126,6 +126,8 @@ dictionary MediaStreamTrackProcessorInit { Note: There is WG consensus that the interface should be exposed on DedicatedWorker. There is no WG consensus on whether or not the interface should not be exposed on Window. +Note: There is consensus in the WG that creating a MediaStreamTrackProcessor from a MediaStreamTrack of kind "video" should exist. +There is no WG consensus on whether or not creating a MediaStreamTrackProcessor from a MediaStreamTrack of kind "audio" should be supported. ### Internal slots ### {#internal-slots-processor}