Re: [webrtc-encoded-transform] Should neutered RTCEncodedVideoFrames have type "empty" (#278)

I see the following:
- We have frame [type](https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type).
- We have [[type]] for serialised data of a frame, which is used to store/set a frame [type](https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type).
- We use [[type]] in the frame constructor step 1 while we should use the frame [type](https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframe-type) instead.

I am fine adding a [[type]] slot for the frame, or removing the use of [[type]] in constructor.

That said, I do not see how the spec is stating that `empty` is the type value for transferred/written frame.

More generally, what is the value of `empty`?

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/278#issuecomment-3210489281 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 21 August 2025 12:55:42 UTC