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

Web developers if they set the transform synchronously at creation time should not have any frame going untransformed.
Ditto if they change the transform from one to another synchronously.
If web developers do sender.transform = transform1;sender.transform=null;sender.transform=transform2, some frames might get untransformed.

The question I am asking is whether we should add an additional API =to change the behavior of the default transform (when none is set). For instance from passthrough to dropall (I do not really like the idea of buffer all like the old API was doing).

I would lean towards no API.

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


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

Received on Wednesday, 12 May 2021 09:38:00 UTC