w3c / webrtc-encoded-transform

WebRTC Encoded Transform
https://w3c.github.io/webrtc-encoded-transform/
Other
123 stars 27 forks source link

What should happen if RTCRtpSender/Receiver.transform is set with the same transform that is already set? #189

Open docfaraday opened 1 year ago

docfaraday commented 1 year ago

Is this idempotent, or should this throw?

youennf commented 1 year ago

It is idempotent, the principle is that the piping abstract operation gets aborted and replaced by a new piping of the same transform.