whatwg / streams

Streams Standard
https://streams.spec.whatwg.org/
Other
1.34k stars 155 forks source link

WebRTC endpoint pair example is out of date #1317

Open jan-ivar opened 3 days ago

jan-ivar commented 3 days ago

What is the issue with the Streams Standard?

The https://streams.spec.whatwg.org/#example-endpoint-pair-webrtc example is out of date. The API it mentions was removed in https://github.com/w3c/webrtc-encoded-transform/pull/64. The name of the spec has also changed.

A direct update would be something like:

WebRTC Encoded Transform is an example of this technique, with its RTCRtpScriptTransformer interface which has both readable and writable as members.