Re: [webrtc-encoded-transform] Rename RTCRtpScriptTransform object (#216)

There's naming precedence in the [TransformStream](https://streams.spec.whatwg.org/#transformer-api) constructor argument `transformer`, which the WHATWG chose to define as a dictionary (presumably because there's no need for it to be anything else):

<img width="702" alt="image" src="https://github.com/w3c/webrtc-encoded-transform/assets/3136226/66ad853b-395c-4287-9f9b-bca4ee093e5b">

In contrast, our transformer needs to be an interface because of the [generateKeyFrame](https://w3c.github.io/webrtc-encoded-transform/#dom-rtcrtpscripttransformer-generatekeyframe) method on it.

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


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

Received on Monday, 18 December 2023 19:28:17 UTC