[webrtc-encoded-transform] Should there be a RTCConfiguration boolean to prevent data to be sent without being transformed (#104)

youennf has just created a new issue for https://github.com/w3c/webrtc-encoded-transform:

== Should there be a RTCConfiguration boolean to prevent data to be sent without being transformed ==
encodedInsertableStreams=true has the benefit that a web app is sure that no data will be sent before its transforms are ready. This might be a nice safety belt, so I am wondering whether this is something the transform API should expose or not.
Instead of buffering data, I would tend to just drop data on the floor.
There are some potential alternatives (sender active) so this might not be strictly needed but might still come handy.

Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/104 using your GitHub account


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

Received on Tuesday, 27 April 2021 19:21:55 UTC